Gets or sets the length of the piece pointers.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float PointerLength { get; set; } |
Visual Basic
![]() |
---|
Public Property PointerLength As Single |
A float value that represents the length of the piece pointer.
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.