Search
PieSeries.OuterLabel Property
See Also
 





Gets or sets the custom outer labels. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList OuterLabel { get; set; }

Visual Basic  Copy Code

Public Property OuterLabel As IList

 Property Value

A list of objects to use as labels. The default is a list with five strings { "Jan", "Feb", "March", "April", "May" }.

 Remarks

OuterLabel property is used when the OuterLabelType is CustomText. Custom outer labels are read from the OuterLabelPath property if DataSource is not null (Nothing in Visual Basic).

 See Also