Skip to main content
All docs
V25.1
  • HeatmapTitleDockStyle Enum

    Lists values that specify how a title is arranged in a heatmap.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [ResourceFinder(typeof(XtraChartsResFinder))]
    public enum HeatmapTitleDockStyle

    Members

    Name Description Image
    Top

    The title is docked to the top of the heatmap.

    Title Dock - top

    Bottom

    The title is docked to the bottom of the heatmap.

    Title Dock - Bottom

    Left

    The title is docked to the left of the heatmap.

    Title Dock - Left

    Right

    The title is docked to the right of the heatmap.

    Title Dock - Right

    Related API Members

    The following properties accept/return HeatmapTitleDockStyle values:

    See Also