TVolumeSeries
Hierarchy Properties Methods Events
Vertical thin lines, fast speed. (Suitable for financial trading volume values).

Unit
CandleCh
Description
The TVolumeSeries outputs all points as a vertical thin line starting at the bottom of the Chart.
To see a visual representation of this Series type, go to the TeeChart User Guide.
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 component.
Use the Add or AddXY methods to manually fill Volume points:
Series1.Clear;
Series1.Add( 123 );
Series1.Add( 456 );
Right-click the component at design-time to access the DataSource Wizard Dialog to connect the Series to another Series or to any Table or Query component.
The VolumeValues property stores all point values.
Use the LinePen property to alter the default pen attributes.
Please refer to TCustomSeries ancestor description for all common Series properties like Marks, Axis dependence, methods and events.