DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A dictionary containing all the series values that define this series
A dictionary containing all the series values that define this series
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
C# |
---|
public Dictionary<string, SeriesValue> SeriesValues { get; set; } |
Visual Basic |
---|
Public Property SeriesValues As Dictionary(Of String, SeriesValue) Get Set |
Visual C++ |
---|
public: virtual property Dictionary<String^, SeriesValue^>^ SeriesValues { Dictionary<String^, SeriesValue^>^ get () sealed; void set (Dictionary<String^, SeriesValue^>^ value) sealed; } |
Property Value
Type: Dictionary<(Of <(<'String, SeriesValue>)>)>A dictionary containing all the series values that define this series
Return Value
Type: Dictionary<(Of <(<'String, 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