RadarAxisYModel.Tickmarks Property
Returns the model of tickmark options of the modeled Radar or Polar diagram.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("Tickmarks", 2)]
[LocalizableCategory(DesignerCategories.Elements)]
public RadarTickmarksYModel Tickmarks { get; }
Property Value
Type | Description |
---|---|
RadarTickmarksYModel | The model of tickmark options. |
See Also