Gets or sets the current drawing surface.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IGraphics Graphics { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Graphics As IGraphics |
An instance of a IGraphics-derived class.
See Also