Search
AxisRenderer.EffectiveAxis Method
See Also
 






Gets the effective Axis in current context, getting one from Plot2D or chart control if there's no local Axis associated with this renderer.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected abstract Axis EffectiveAxis (
    RenderContext context
)

Visual Basic  Copy Code

Protected MustOverride Function EffectiveAxis( _
    context As RenderContext _
) As Axis

 Parameters

context

A RenderContext instance.

 Return Value

An Axis instance.

 See Also