DashboardObjectSwitchAxisLabels Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether the X and Y axis labels should be switched.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool SwitchAxisLabels { get; }
Public ReadOnly Property SwitchAxisLabels As Boolean
Get
public:
virtual property bool SwitchAxisLabels {
bool get () sealed;
}
function get_SwitchAxisLabels();
Return Value
Type:
BooleanTrue if the X and Y axis labels should be switched.
Remarks See Also