IChart.UseMarkersThinning

Syntax

UseMarkersThinning: Boolean;

Description

The UseMarkersThinning property determines whether automatic marker thinning is used.

Comments

The property is relevant only for line charts.

Available values:

Example

To execute the example, add the components to the form:

Sub UserProc();
Begin
    ChartBox1.Chart.UseMarkersThinning := True;
End Sub UserProc;

After executing the example markers on the displayed chart are automatically thinned.

See also:

IChart