Charting for WinForms Programmer's Guide
Plot.DrawPlot Method
See Also
 






Draws the plot's background and borders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected virtual void DrawPlot (
    RenderContext context
)

Visual Basic  Copy Code

Protected Overridable Sub DrawPlot( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also

Plot Members
Plot Class
MindFusion.Charting Namespace