Search
Theme.SaveTo Method (String)
See Also
 






Saves the theme values to specified file.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SaveTo (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    fileName As String _
)

 Parameters

fileName

A string specifying the file name or path.

 See Also