DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if extra characters in X Axis labels should be trimmed from the start rather than the end of the label.
True if extra characters in X Axis labels should be trimmed from the start rather than the end of the label.
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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool TrimLeadingXAxisCharacters { get; set; } |
Visual Basic |
---|
Public Property TrimLeadingXAxisCharacters As Boolean Get Set |
Visual C++ |
---|
public: virtual property bool TrimLeadingXAxisCharacters { bool get () sealed; void set (bool value) sealed; } |
Property Value
Type: BooleanTrue if extra characters in X Axis labels should be trimmed from the start rather than the end of the label.
Return Value
Type: BooleanTrue 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.