CircularAxisY2D.TickmarksThickness Property
Specifies the thickness (in pixels) of circular Y-axis major tickmarks. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value, specifying the thickness of the major tickmarks, in pixels. |
Remarks
Before starting to use the TickmarksThickness property, make sure the CircularAxisY2D.TickmarksVisible property is set to true.
The following table illustrates how the TickmarksThickness property works.
TickmarksThickness = 2 | TickmarksThickness= 6 |
---|---|
See Also