CapLength: Double;
The CapLength property determines the length of data label line cap.
This example assumes that there is the Label object of the IChartLabel type.
Sub Custom;
Var
Label : IChartLabel;
Begin
Label.Type := 1 As ChartLabelType;
Label.Cap := 1 As ChartLineCapType;
Label.CapLength := 4.5;
End Sub Custom;
After executing the example a label line is ended with an arrow with the length of 4.5 mm:
See also: