SeriesSeriesValues Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a dictionary containing all the series values that define this series
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Dictionary<string, SeriesValue> SeriesValues { get; set; }
Public Property SeriesValues As Dictionary(Of String, SeriesValue)
Get
Set
public:
virtual property Dictionary<String^, SeriesValue^>^ SeriesValues {
Dictionary<String^, SeriesValue^>^ get () sealed;
void set (Dictionary<String^, SeriesValue^>^ value) sealed;
}
function get_SeriesValues();
function set_SeriesValues(value);
Property Value
Type:
DictionaryString,
SeriesValueA dictionary containing all the series values that define this series
Return Value
Type:
DictionaryString,
SeriesValueA dictionary containing all the series values that define this series
Remarks Key for series values is the series column name, value is the value of that series column for this series
See Also