Click or drag to resize
DashboardObjectXAxis Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a YAxis object that represents the primary X Axis for XY Plot charts.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public YAxis XAxis { get; set; }

Property Value

Type: YAxis
The YAxis object that represents the primary X Axis for XY Plot charts

Return Value

Type: YAxis
The YAxis object that represents the primary X Axis for XY Plot charts
Remarks