MAUI Pack Programmer's Guide
Chart.OuterLabelsDataFields Property
See Also
 






Gets or sets the names of fields in the data source whose values are shown as outer labels of rendered graphical elements.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public ObservableCollection<string> OuterLabelsDataFields { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelsDataFields As ObservableCollection(Of String)

 Property Value

A collection of string values.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Controls Namespace