IVolumeSeries
Hierarchy Properties

Type Library
TeeChartx

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

The VolumeSeries outputs all points as a vertical thin line starting at the bottom of the Chart.

This Series can be used for example, to display Stock Market Volumes.

It is very similar to a Bar series, except it can not be stacked and that each point is a thin line instead of a bar.

Set the ParentChart property to the desired Chart class. Use the AddY or AddXY method to manually fill Volume points.

Right-click the class at design-time to access the DataSource Wizard Dialog to connect the Series to another Series or to any Table or Query class.

The VolumeValues property stores all point values.

Use the LinePen property to alter the default pen attributes.

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