IFastLineSeries
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Follow this link for a visual representation of this Series type.

The FastLineSeries class is an extremely simple Series class that draws its points as fast as possible.

It can be used in cases where speed is the most important needed feature. FastLineSeries has no clicking support and no Marks.

Set the ParentChart property to the desired Chart class.

To add points to the Series use the AddRealTime method.

The only extra property is the LinePen property, which controls the line appearance.

Please refer to Series ancestor description for all common Series properties like Axis dependence and events.