Back to Devexpress

HeatmapAxis.Thickness Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapaxis-de2f3537.md

latest1.2 KB
Original Source

HeatmapAxis.Thickness Property

Gets or sets the axis line thickness in pixels.

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int Thickness { get; set; }
vb
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’ TickmarksThickness property to specify tickmark thickness.

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.Xpf.Charts.Heatmap Namespace