Search
YAxisRenderer.PlotLeftSide Property
See Also
 






Gets or sets whether this YAxisRenderer is shown at the left side of a plot.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool PlotLeftSide { get; set; }

Visual Basic  Copy Code

Public Property PlotLeftSide As Boolean

 Property Value

A boolean value.

 See Also