Back to Devexpress

HeatmapAxis.Thickness Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapaxis-d98b22cf.md

latest1.4 KB
Original Source

HeatmapAxis.Thickness Property

Gets or sets the axis line thickness in pixels.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public int Thickness { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property Thickness As Integer

Property Value

TypeDescription
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

HeatmapAxis Class

HeatmapAxis Members

DevExpress.XtraCharts.Heatmap Namespace