Search
TowerChart.RightSeries Property
See Also
 






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

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

 Syntax

C#  Copy Code

public virtual Series RightSeries { get; set; }

Visual Basic  Copy Code

Public Overridable Property RightSeries As Series

 Property Value

 See Also