TiPlotChannelCustom.MarkersPenUseChannelColor

TiPlotChannelCustom See Also

Specifies whether markers use the channel color for the pen color.

property MarkersPenUseChannelColor : Boolean;

Description

Use MarkersPenUseChannelColor to specify whether markers use the channel color for the pen color. When MarkersPenUseChannelColor is set to True, the pen uses the color of the Color property. When MarkersPenUseChannelColor is set to False, the pen uses the color of the MarkersPenColor property.

Example

Delphi

iComponent.Channel[0].MarkersPenUseChannelColor := True;

C++ Builder

iComponent->Channel[0]->MarkersPenUseChannelColor = True;

Contents | Index | Previous | Next