Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapAxis.Thickness Property

Gets or sets the axis line thickness in pixels.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public int Thickness { get; set; }

Property Value

Type Description
Int32

The axis thickness in pixels.

Remarks

Note that the Thickness property does not affect the axis tickmark thickness. Use the axis’ Tickmarks.Thickness property to specify tickmark thickness.

See Also