Click or drag to resize
SeriesSeriesValues Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a dictionary containing all the series values that define this series

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Dictionary<string, SeriesValue> SeriesValues { get; set; }

Property Value

Type: DictionaryString, SeriesValue
A dictionary containing all the series values that define this series

Return Value

Type: DictionaryString, SeriesValue
A 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