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






Draws the plot's axis origin lines.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected virtual void DrawOrigins (
    RenderContext context
)

Visual Basic  Copy Code

Protected Overridable Sub DrawOrigins( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also

Plot Members
Plot Class
MindFusion.Charting Namespace