TiPlotChannelCustom.MarkersPenWidth

TiPlotChannelCustom See Also

Specifies the pen width used when drawing data markers.

property MarkersPenWidth : Integer;

Description

Use MarkersPenWidth to get or set the pen width used when drawing data markers.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next