TiPlotChannelCustom.MarkersAllowIndividual
TiPlotChannelCustom
Specifies whether the data markers individual marker properties are used.
property MarkersAllowIndividual : Boolean;
Description
Use MarkersAllowIndividual to specify whether the DataMarkerShow and DataMarkerStyle properties are used to draw individual data point data markers.
When this property is set to True, then the data markers are drawn using the DataMarkerShow and DataMarkerStyle properties. When this property is set to False, then all of the data markers
are drawn using the MarkersStyle property of the channel.
Example
Delphi
iComponent.Channel[0].MarkersAllowIndividual := True;
C++ Builder
iComponent->Channel[0]->MarkersAllowIndividual = TRUE;
Contents | Index | Previous | Next