MindFusion.Charting Programmer's Guide

PiePiece.InnerLabel Property

See Also
 





Gets the inner label drawn at this pie piece.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string InnerLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property InnerLabel As String

 Property Value

A string that represents the inner label.

 Remarks

The label depends on the InnerLabelType for this pie chart. Custom labels are set with InnerLabels.

 See Also