Back to Devexpress

Axis.TickMarkSkip Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-53bfed0c.md

latest1.8 KB
Original Source

Axis.TickMarkSkip Property

Gets or sets the number of categories or series between the tick-marks on the category or series axis.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int TickMarkSkip { get; set; }
vb
Property TickMarkSkip As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the number of tick-marks to be skipped between the adjacent drawn tick-marks.

|

Remarks

Use the TickMarkSkip property to change the interval between axis tick-marks. To display a tick mark for every second or third category (data series), set this property to 2 or 3 , respectively. If the TickMarkSkip property is set to 1 , tick-marks will be displayed for all categories (data series) on the axis.

Note

Currently, the SpeadsheetControl does not allow you to skip axis tick-marks (all tick-marks will be displayed by default). However, display settings are loaded and stored in supported formats, and you can modify them programmatically.

See Also

TickLabelSkip

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace