GrapeCity.Xaml.Excel
TickMarkInterval Property (ExcelChartCategoryAxis)


GrapeCity.Excel.Chart Namespace > ExcelChartCategoryAxis Class : TickMarkInterval Property
Specifies how many tick marks shall be skipped before the next noe shall be drawn.
Syntax
'Declaration
 
Public Property TickMarkInterval As Integer
'Usage
 
Dim instance As ExcelChartCategoryAxis
Dim value As Integer
 
instance.TickMarkInterval = value
 
value = instance.TickMarkInterval
public int TickMarkInterval {get; set;}
See Also

Reference

ExcelChartCategoryAxis Class
ExcelChartCategoryAxis Members