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