Skip to main content

AxisBase.TickmarksMinorThickness Property

Specifies the thickness (in pixels) of minor tickmarks.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int TickmarksMinorThickness { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the thickness of minor tick marks, in pixels.

See Also