Class SciChartSurfaceExportUtil
Helper class with some methods for export of instance
Inherited Members
Namespace:
Assembly: .dll
Syntax
public final class SciChartSurfaceExportUtil
Constructors
SciChartSurfaceExportUtil()
Declaration
public SciChartSurfaceExportUtil()
Methods
prepareSurfaceForExport(SciChartSurface surface, int width, int height)
Prepares specified surface for export with specified size
Declaration
public static void prepareSurfaceForExport(SciChartSurface surface, int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| SciChartSurface | surface | The surface to export |
| int | width | The width of surface to export |
| int | height | The height of surface to export |