TiPlotChannelCustom.MarkersBrushColor

TiPlotChannelCustom See Also

Specifies the brush color used to draw data markers.

property MarkersBrushColor : TColor;

Description

Use MarkersBrushColor to get or set the brush color used to draw data markers.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next