public final class SciChartSurfaceExportUtil
extends java.lang.Object
instance
Constructor and Description |
---|
SciChartSurfaceExportUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
prepareSurfaceForExport(SciChartSurface surface,
int width,
int height)
Prepares specified
surface for export with specified size |
public static void prepareSurfaceForExport(SciChartSurface surface, int width, int height)
surface
for export with specified sizesurface
- The surface to exportwidth
- The width of surface to exportheight
- The height of surface to export