DashboardObjectXAxis Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a YAxis object that represents the primary X Axis for XY Plot charts.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public YAxis XAxis { get; set; }
Public Property XAxis As YAxis
Get
Set
public:
virtual property YAxis^ XAxis {
YAxis^ get () sealed;
void set (YAxis^ value) sealed;
}
function get_XAxis();
function set_XAxis(value);
Property Value
Type:
YAxisThe YAxis object that represents the primary X Axis for XY Plot charts
Return Value
Type:
YAxisThe YAxis object that represents the primary X Axis for XY Plot charts
Remarks See Also