The Filename to save to
Defines format of file to export
Defines better quality of export output
ExportToFile(String,ExportType,Boolean) Method
Saves snapshot of current SciChartSurfaceBase to file
Syntax
public virtual void ExportToFile( 
   string fileName,
   ExportType exportType,
   bool useXamlRenderSurface
)

Parameters

fileName
The Filename to save to
exportType
Defines format of file to export
useXamlRenderSurface
Defines better quality of export output
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also