DashboardObjectMaxXAxisLabelLength Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the maximum length of X Axis labels on the chart.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int MaxXAxisLabelLength { get; set; }
Public Property MaxXAxisLabelLength As Integer
Get
Set
public:
virtual property int MaxXAxisLabelLength {
int get () sealed;
void set (int value) sealed;
}
function get_MaxXAxisLabelLength();
function set_MaxXAxisLabelLength(value);
Property Value
Type:
Int32The maximum length of a of X Axis labels on the chart.
Return Value
Type:
Int32The 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