TiPlotChannelCustom.MarkersVisible

TiPlotChannelCustom See Also

Specifies whether the data markers are visible.

property MarkersVisible : Boolean;

Description

Use MarkersVisible to specify whether the data markers are visible.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next