Back to Devexpress

Axis2D.Tickmarks Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-d5114224.md

latest1.8 KB
Original Source

Axis2D.Tickmarks Property

Gets the tickmark settings of an axis for 2D Charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public Tickmarks Tickmarks { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Tickmarks As Tickmarks

Property Value

TypeDescription
Tickmarks

A Tickmarks object which provides the tickmark settings of a 2D axis.

|

Remarks

The Tickmarks property allows the length, thickness, position and visibility of the major and minor tickmarks to be specified.

For more information, refer to Grid Lines, Tickmarks and Interlacing.

See Also

Grid Lines, Tickmarks and Interlacing

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace