Search
Theme.SaveTo Method (Stream)
See Also
 






Saves the theme values to specified stream.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SaveTo (
    Stream stream
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    stream As Stream _
)

 Parameters

stream

The stream where to save the theme.

 See Also