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
SyntaxC#
Copy Code
|
|---|
protected abstract Axis EffectiveAxis ( |
Visual Basic
Copy Code
|
|---|
Protected MustOverride Function EffectiveAxis( _ |
A RenderContext instance.
An Axis instance.
See Also