AxisTickLabelSpacing Property |
Represents the number of categories or series between tick-mark labels. Applies only to category and series axes.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int TickLabelSpacing { get; set; }
Public Property TickLabelSpacing As Integer
Get
Set
public:
property int TickLabelSpacing {
int get ();
void set (int value);
}
member TickLabelSpacing : int with get, set
Property Value
Type:
Int32
RemarksThe number must be between 1 and 31999.
See Also