CircularAxisY2D.TickmarksMinorThickness Property
Specifies the thickness (in pixels) of circular Y-axis minor 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 minor tickmarks, in pixels. |
Remarks
Before starting to use the TickmarksMinorThickness property, make sure the CircularAxisY2D.TickmarksVisible property is set to true.
The following table illustrates how the TickmarksMinorThickness property works.
TickmarksMinorThickness = 2 | TickmarksMonorThickness= 6 |
---|---|
See Also