Gets or sets a list with the chart legends.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public LegendsCollection Legends { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Legends As LegendsCollection |
A list with Legend objects. The default is an empty collection.
See Also