AxisTickMarkSpacing Property |
Returns or sets the number of categories or series between tick marks. Applies only to category and series axes.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int TickMarkSpacing { get; set; }
Public Property TickMarkSpacing As Integer
Get
Set
public:
property int TickMarkSpacing {
int get ();
void set (int value);
}
member TickMarkSpacing : int with get, set
Property Value
Type:
Int32
RemarksThe number must be between 1 and 31999.
See Also