DataPA Enterprise Dashboard Controls 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

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: 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