Gets or sets the styles of the series.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Style> SeriesStyles { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SeriesStyles As List(Of Style) |
A strongly typed list with WPF Style objects that represent the style of each series in the chart.
See Also