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

    Gets or sets the axis name.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
    public string Name { get; set; }

    Property Value

    Type Description
    String

    A string value that specifies the axis name.

    See Also