DashboardObjectLimitXAxisLabelLength Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if MaxXAxisLabelLength should be applied to X Axis labels on the chart.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool LimitXAxisLabelLength { get; set; }
Public Property LimitXAxisLabelLength As Boolean
Get
Set
public:
virtual property bool LimitXAxisLabelLength {
bool get () sealed;
void set (bool value) sealed;
}
function get_LimitXAxisLabelLength();
function set_LimitXAxisLabelLength(value);
Property Value
Type:
BooleanTrue if MaxXAxisLabelLength should be applied to X Axis labels on the chart.
Return Value
Type:
BooleanTrue if MaxXAxisLabelLength should be applied to X Axis labels on the chart.
Remarks See Also