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

C#
public int MaxXAxisLabelLength { get; set; }
Visual Basic
Public Property MaxXAxisLabelLength As Integer
	Get
	Set
Visual C++
public:
virtual property int MaxXAxisLabelLength {
	int get () sealed;
	void set (int value) sealed;
}

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