HeatmapAxis.Thickness Property
Gets or sets the axis line thickness in pixels.
Namespace: DevExpress.Xpf.Charts.Heatmap
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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’ TickmarksThickness property to specify tickmark thickness.
See Also