Search
RenderContext.Graphics Property
See Also
 






Gets or sets the current drawing surface.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IGraphics Graphics { get; set; }

Visual Basic  Copy Code

Public Property Graphics As IGraphics

 Property Value

An instance of a IGraphics-derived class.

 See Also