Skip to main content

CustomPaintEventArgs.Graphics Property

Gets the custom graphic object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public Graphics Graphics { get; }

#Property Value

Type Description
Graphics

A Graphics object, encapsulating a GDI+ drawing surface.

See Also