TiPlotChannelCustom.MarkersSize

TiPlotChannelCustom See Also

Specifies the size of data markers.

property MarkersSize : Integer;

Description

Use MarkersSize to get or set the size of data markers. The MarkersSize value is in pixels.

Example

Delphi

iComponent.Channel[0].MarkersSize := 4;

C++ Builder

iComponent->Channel[0]->MarkersSize = 4;

Contents | Index | Previous | Next