Search
AxisRenderer.Axis Property
See Also
 






The Axis that will be drawn by this object.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Axis Axis { get; }

Visual Basic  Copy Code

Public ReadOnly Property Axis As Axis

 Property Value

An instance of the Axis class.

 See Also