Charting for WPF Programmer's Guide

Legend.ChartSeries Property

See Also
 


Gets or sets a list with the ChartSeries this Legend describes.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public List<ChartSeries> ChartSeries { get; set; }

Visual Basic  Copy Code

Public Property ChartSeries As List(Of ChartSeries)

 Property Value

A strongly typed list of ChartSeries objects.

 See Also