Skip to main content
A newer version of this page is available. .

RadarAxisY.Tickmarks Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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