Search
YAxisRenderer.EffectiveAxis Method
See Also
 






AxisRenderer.EffectiveAxis override. Gets the effective vertical 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 override Axis EffectiveAxis (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

An Axis instance.

 See Also