ASP.NET Pack Programmer's Guide
Plot2D.DrawGrid Method
See Also
 





Plot.DrawGrid override. Draws the grid specified by GridType property.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

protected override void DrawGrid (
    RenderContext context
)

Visual Basic  Copy Code

Protected Overrides Sub DrawGrid( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also

Plot2D Members
Plot2D Class
MindFusion.Charting Namespace