MindFusion.Wpf Pack Programmer's Guide
ChartTheme Constructor (Chart)
See Also
 





Initializes a new instance of the ChartTheme based on the appearance of the specified chart.

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

 Syntax

C#  Copy Code

public ChartTheme (
    Chart chart
)

Visual Basic  Copy Code

Public New ( _
    chart As Chart _
)

 Parameters

chart

The chart that whose appearance settings will be copied to this ChartTheme.

 See Also

ChartTheme Constructor Overload List
ChartTheme Class
MindFusion.Charting.Wpf Namespace