Axis2DModel.Tickmarks Property
Gets or sets the model of tickmark options of the modeled axis.
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 TickmarksModel Tickmarks { get; }
Property Value
Type | Description |
---|---|
TickmarksModel | The model of the tickmark options. |
See Also