DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the X and Y axis labels should be switched.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool SwitchAxisLabels { get; }
Visual Basic
Public ReadOnly Property SwitchAxisLabels As Boolean
	Get
Visual C++
public:
virtual property bool SwitchAxisLabels {
	bool get () sealed;
}

Return Value

Type: Boolean
True if the X and Y axis labels should be switched.

Remarks