TiPlotChannelCustom.MarkersPenColor

TiPlotChannelCustom See Also

Specifies the pen color used to draw data markers.

property MarkersPenColor : TColor;

Description

Use MarkersPenColor to get or set the pen color used to draw data markers.

Example

Delphi

iComponent.Channel[0].MarkersPenColor := clYellow;

C++ Builder

iComponent->Channel[0]->MarkersPenColor = clYellow;

Contents | Index | Previous | Next