MindFusion.Charting Programmer's Guide

PiePiece.OuterLabel Property

See Also
 





Gets the label drawn outside the pie piece.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string OuterLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property OuterLabel As String

 Property Value

A string that represents the label.

 Remarks

The outer label depends on the value of the OuterLabelType property. Custom labels are set with OuterLabels.

 See Also