Search
TowerChart.LeftSeries Property
See Also
 






Gets or sets the series whose data is drawn on the left side of this chart.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual Series LeftSeries { get; set; }

Visual Basic  Copy Code

Public Overridable Property LeftSeries As Series

 Property Value

 See Also