Click or drag to resize
DashboardObjectMaxXAxisLabelLength Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the maximum length of X Axis labels on the chart.

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

Property Value

Type: Int32
The maximum length of a of X Axis labels on the chart.

Return Value

Type: Int32
The maximum length of of X Axis labels on the chart.
Remarks
Maximum length will only be applied if LimitXAxisLabelLength is true. of X Axis labels longer than this value will be trimmed to the correct length.
See Also