Skip to main content

AxisBase.Thickness Property

Gets or sets the thickness of the axis. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int Thickness { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the thickness of the axis, in pixels.

See Also