Search
Plot2D.DrawOrigins Method
See Also
 






Plot.DrawOrigins override. Draws the plot's axis origin lines.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected override void DrawOrigins (
    RenderContext context
)

Visual Basic  Copy Code

Protected Overrides Sub DrawOrigins( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also