TiPlotChannelCustom.MarkersBrushUseChannelColor

TiPlotChannelCustom See Also

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

property MarkersBrushUseChannelColor : Boolean;

Description

Use MarkersBrushUseChannelColor to specify whether markers use the channel color for the brush color. When MarkersBrushUseChannelColor is set to True, the brush uses the color of the Color property. When MarkersBrushUseChannelColor is set to False, the brush uses the color of the MarkersBrushColor property.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next