TiPlotChannel.BarEnabled
TiPlotChannel
Specifies whether the bar indicator for each channel data point is enabled.
property BarEnabled : Boolean;
Description
Use BarEnabled to turn on the bar indicator for individual data points in a
channel. When this property is TRUE, a bar will be drawn from the BarReference position on the Y-Axis to the Y coordinate of the data point, resulting in a
vertical bar perpendicular to the X-Axis.
Example
Delphi
iComponent.Channel[0].BarEnabled := True;
C++ Builder
iComponent->Channel[0]->BarEnabled = True;
Contents | Index | Previous | Next