Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int TickmarksThickness { get; set; }

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
CircularAxisY - TickmarksThickness - 2 CircularAxisY - TickmarksThickness - 6
See Also