Search
Renderer2D.YAxis Property
See Also
 






Gets the Y axis associated with this Renderer2D.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Axis YAxis { get; set; }

Visual Basic  Copy Code

Public Property YAxis As Axis

 Property Value

An instance of the Axis class.

 See Also