XlsChartAxis
AutoTickLabelSpacing Property
|
Gets or sets a value indicating whether the spacing between tick labels on the axis should be automatically adjusted.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool AutoTickLabelSpacing { get; set; }
Public Property AutoTickLabelSpacing As Boolean
Get
Set
public:
property bool AutoTickLabelSpacing {
bool get ();
void set (bool value);
}
member AutoTickLabelSpacing : bool with get, set
Property Value
Type:
Boolean
See Also