The desired new size of the in-memory SciChartSurfaceBase
CreateCloneOfSurfaceInMemory Method (SciChartRadarSurface)
Creates a clone of the current SciChartSurfaceBase in memory at the specified size. This is a pre-requisite of exporting to bitmap or XPS at a non-default size.
Syntax
protected override SciChartSurfaceBase CreateCloneOfSurfaceInMemory( 
   Size newSize
)

Parameters

newSize
The desired new size of the in-memory SciChartSurfaceBase

Return Value

The cloned SciChartSurfaceBase instance in memory
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