TiPlotChannel.BarWidth

TiPlotChannel

Specifies the bar width for each channel data point is enabled.

property BarWidth : Double;

Description

Use BarWidth to specify the width of DataPoint bars. This value is specified in units on the X-Axis. For example, if you specify a width of 10, then the bar width would be the distance between the 0 and 10 major tick marks on the X-Axis scale.

PlotBarRef0.gif

Bar Width Set to 10

Example

Delphi

iComponent.Channel[0].BarWidth := 10.25;

C++ Builder

iComponent->Channel[0]->BarWidth = 10.25;

Contents | Index | Previous | Next