Skip to main content

AxisBase.TickmarksThickness Property

Specifies the thickness (in pixels) of major tickmarks.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int TickmarksThickness { get; set; }

Property Value

Type Description
Int32

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

See Also