Back to Devexpress

Axis.TickLabelSkip Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-6d3a91f1.md

latest2.1 KB
Original Source

Axis.TickLabelSkip Property

Gets or sets the number of categories or series between the tick-mark labels 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 TickLabelSkip { get; set; }
vb
Property TickLabelSkip As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

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

The following images demonstrate how the TickLabelSkip property works (the charts are shown in Microsoft® Excel®).

TickLabelSkip = 1TickLabelSkip = 2

Note

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

See Also

TickMarkSkip

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace