Back to Devexpress

HeatmapAxis.Color Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapaxis-2b021faf.md

latest1.2 KB
Original Source

HeatmapAxis.Color Property

Gets or sets the color used to paint the axis line and tickmarks.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

The color of the axis and its tickmarks.

|

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.XtraCharts.Heatmap Namespace