Charting for WPF Programmer's Guide

Chart.Legends Property

See Also
 


Gets or sets a list with the chart legends.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public LegendsCollection Legends { get; }

Visual Basic  Copy Code

Public ReadOnly Property Legends As LegendsCollection

 Property Value

A strongly typed list with Legend-objects.

 See Also