Skip to main content
All docs
V25.1
  • HeatmapAxis.Color Property

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

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public Color Color { get; set; }

    Property Value

    Type Description
    Color

    The color of the axis and its tickmarks.

    See Also