TiPlotChannel.BarReference
TiPlotChannel
Specifies reference on the Y-Axis for a Data Point Bar.
property BarReference : Double;
Description
Use BarReference to specify the reference on the Y-Axis from which the Data
Point Bar will be drawn. This value is specified in units on the Y-Axis. For
example, if you specify a reference of 10, then the bar would be drawn vertically
from this point on the Y-Axis to the Y-Coordinate of the data point..
Reference Set to Zero (0)
Reference Set to 10
Example
Delphi
iComponent.Channel[0].BarReference := 10.25;
C++ Builder
iComponent->Channel[0]->BarReference = 10.25;
Contents | Index | Previous | Next