HeatmapTickmarks.Thickness Property
In This Article
Gets or sets the thickness of tickmarks in pixels.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer that defines the tickmark thickness in pixels. |
#Example
The following example customizes x-axis tickmark settings:
See Also