Skip to main content
All docs
V23.2

HeatmapCustomPaintEventArgs.DXGraphics Property

Gets the custom graphic object.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.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