TiPlotChannel.BarPenWidth

TiPlotChannel

Specifies the pen width used when drawing the Data Point Bars.

property BarPenWidth : Integer;

Description

Use BarPenWidth to get or set the pen width used when drawing the Data Point Bars.

Example

Delphi

iComponent.Channel[0].BarPenWidth := 2;

C++ Builder

iComponent->Channel[0]->BarPenWidth = 2;

Contents | Index | Previous | Next