XlsChartAxis
AutoTickMarkSpacing Property
|
Gets or sets a value indicating whether the spacing between tick marks on the axis should be automatically determined.
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 AutoTickMarkSpacing { get; set; }
Public Property AutoTickMarkSpacing As Boolean
Get
Set
public:
property bool AutoTickMarkSpacing {
bool get ();
void set (bool value);
}
member AutoTickMarkSpacing : bool with get, set
Property Value
Type:
Boolean
See Also