Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
public int TickmarksMinorThickness { get; set; }

#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
CircularAxisY - TickmarksMinorThickness-2 CircularAxisY - TickmarksMinorThickness-6

#Implements

DevExpress.Xpf.Charts.Native.ITickmarksOwner.TickmarksMinorThickness
See Also