MindFusion.Wpf Pack Programmer's Guide
ChartTheme.SeriesStyles Property
See Also
 





Gets or sets the styles of the series.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public List<Style> SeriesStyles { get; set; }

Visual Basic  Copy Code

Public Property SeriesStyles As List(Of Style)

 Property Value

A strongly typed list with WPF Style objects that represent the style of each series in the chart.

 See Also

ChartTheme Members
ChartTheme Class
MindFusion.Charting.Wpf Namespace