MindFusion.Charting for Silverlight Programmer's Guide
ChartTheme.SeriesStyles Property
See Also
 






Gets or sets the style for the ChartSeries.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property SeriesStyles As List(Of Style)

 Property Value

A list of System.Windows.Style objects. Each style in the list sets the appearance of one ChartSeries.

 See Also

ChartTheme Members
ChartTheme Class
MindFusion.Charting.Silverlight Namespace