Click or drag to resize
DashboardObjectValueAxis Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a dictionary containing the value axis objects for this chart

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

Return Value

Type: DictionaryString, YAxis
A dictionary containing the value axis objects for this chart
See Also