Charting for WinForms Programmer's Guide
TowerChart.RightSeries Property
See Also
 






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

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public virtual Series RightSeries { get; set; }

Visual Basic  Copy Code

Public Overridable Property RightSeries As Series

 Property Value

An object that implements the Series interface.

 Remarks

This property must be set to a three-dimensional series. The first dimension specifies event order or timing and is used to sort or position segments. Second dimension specifies duration and is rendered as segment length along the main axis. Third dimension specifies a value rendered as segment width along the cross axis. You could use the stock EventSeries class as data container, or implement the Series interface to provide data from your own data structures.

 See Also

TowerChart Members
TowerChart Class
MindFusion.Charting.WinForms Namespace