DashboardObjectTrimLeadingXAxisCharacters Property |
|
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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool TrimLeadingXAxisCharacters { get; set; }
Public Property TrimLeadingXAxisCharacters As Boolean
Get
Set
public:
virtual property bool TrimLeadingXAxisCharacters {
bool get () sealed;
void set (bool value) sealed;
}
function get_TrimLeadingXAxisCharacters();
function set_TrimLeadingXAxisCharacters(value);
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.
See Also