XlsChartSeriesAxis
TickLabelSpacing Property
|
Represents the number of categories or series between tick-mark labels.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int TickLabelSpacing { get; set; }
Public Property TickLabelSpacing As Integer
Get
Set
public:
virtual property int TickLabelSpacing {
int get () sealed;
void set (int value) sealed;
}
abstract TickLabelSpacing : int with get, set
override TickLabelSpacing : int with get, set
Property Value
Type:
Int32
Implements
IChartSeriesAxis
TickLabelSpacing
See Also