RadarAxisY.Tickmarks Property
Gets the tickmark settings of a radial axis for the Radar chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[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