ICustomBarSeries.Origin
ICustomBarSeries

property Origin: Double;

Type Library
TeeChartx

Description
Default Value: 0

The Origin property determines the axis value used as a common bottom for all Bar points.

The UseOrigin property must be True (the default) to use the Origin property.

Bars with a value bigger than Origin are drawn in one direction and Bars with a lower value are drawn in the opposite direction.

This applies both to BarSeries and HorizBarSeries classes.