Charting for WPF Programmer's Guide

SeriesLegend.LabelsSource Property

See Also
 


Gets or sets the source of the labels that are used by this SeriesLegend.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public IList LabelsSource { get; set; }

Visual Basic  Copy Code

Public Property LabelsSource As IList

 Property Value

 See Also