MindFusion.Charting Programmer's Guide

PieChart.PointerLength Property

See Also
 





Gets or sets the length of the piece pointers.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float PointerLength { get; set; }

Visual Basic  Copy Code

Public Property PointerLength As Single

 Property Value

A float value that represents the length of the piece pointer.

 Remarks

A pointer is drawn from the middle of the edge of a pie piece to the label outside it. Labels are drawn when the OuterLabelType of the pie is not set to LabelType.Empty.

The length of the piece pointer is included in the PieMargins property, if specified.

Default value for the PointerLength property is 10f.

 See Also