Charting for WinForms Programmer's Guide
Plot2D.YAxis Property
See Also
 






Gets or sets default Axis instance used to map Y data coordinates of series rendered inside this plot to the plot's pixels.

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

 See Also

Plot2D Members
Plot2D Class
MindFusion.Charting Namespace