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






Gets or sets the styles for the axis series.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property AxisStyles As List(Of Style)

 Property Value

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

 See Also

ChartTheme Members
ChartTheme Class
MindFusion.Charting.Silverlight Namespace