Skip to main content

RadarAxisY.Tickmarks Property

Gets the tickmark settings of a radial axis for the Radar chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RadarTickmarksY Tickmarks { get; }

Property Value

Type Description
RadarTickmarksY

A RadarTickmarksY object which provides the tickmark settings of a radial axis.

Remarks

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

See Also