Click or drag to resize
DashboardObjectTrimLeadingXAxisCharacters Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if extra characters in X Axis labels should be trimmed from the start rather than the end of the label.

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

Property Value

Type: Boolean
True if extra characters in X Axis labels should be trimmed from the start rather than the end of the label.

Return Value

Type: Boolean
True if extra characters in X Axis labels should be trimmed from the start rather than the end of the label.
Remarks
Characters will be trimmed from X Axis labels if the label is greater in length than MaxXAxisLabelLength and LimitXAxisLabelLength is true.
See Also