Back to Devexpress

HeatmapCustomPaintEventArgs.DXGraphics Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapcustompainteventargs.md

latest1.2 KB
Original Source

HeatmapCustomPaintEventArgs.DXGraphics Property

Gets the custom graphic object.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public DXGraphics DXGraphics { get; }
vb
Public ReadOnly Property DXGraphics As DXGraphics

Property Value

TypeDescription
DXGraphics

A DXGraphics object that encapsulates a GDI+ drawing surface.

|

See Also

HeatmapCustomPaintEventArgs Class

HeatmapCustomPaintEventArgs Members

DevExpress.XtraCharts.Heatmap Namespace