MindFusion.Charting for Silverlight Programmer's Guide
ChartTheme.BasedOn Method
See Also
 






Copies the appearance settings of the specified chart to the current theme.

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

 Syntax

C#  Copy Code

public void BasedOn (
    Chart chart
)

Visual Basic  Copy Code

Public Sub BasedOn( _
    chart As Chart _
)

 Parameters

chart

The chart that provides the appearance settings.

 See Also

ChartTheme Members
ChartTheme Class
MindFusion.Charting.Silverlight Namespace