MindFusion.Charting Programmer's Guide

PieChart.PointerLength Property

See Also
 





Gets or sets the length of the piece pointers.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float PointerLength { get; }

Visual Basic  Copy Code

Public ReadOnly Property PointerLength As Single

 Property Value

A float value that specifies the length of the label pointer, in points.

 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