Skip to main content
All docs
V25.1
  • HeatmapCustomPaintEventArgs.DXGraphics Property

    Gets the custom graphic object.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public DXGraphics DXGraphics { get; }

    Property Value

    Type Description
    DXGraphics

    A DXGraphics object that encapsulates a GDI+ drawing surface.

    See Also