IChartMarker.Size

Syntax

Size: Double;

Description

The Size property determines size of a marker.

Example

This example assumes that there is the Marker object of the IChartMarker type.

Sub Sz;
Var
    Marker: IChartMarker;
Begin
    Marker.Size := 9;
End Sub Sz;

After executing the example the size of markers in the chart is changed and equals 9 mm.

See also:

IChartMarker