Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IScene3DExporter interface is used to work with export options of a 3D scene.
IScene3DExporter
| Property name | Brief description | |
| PixelHeight | The PixelHeight property defines the height of the 3D scene in pixels. | |
| PixelWidth | The PixelWidth property defines the width of the 3D scene in pixels. | |
| Scale | The Scale property determines the scale of the 3D scene to be exported. | |
| Scene3D | The Scene3D property determines the 3D scene to be exported. |
| Property name | Brief description | |
| CSSClassName | The CSSClassName property determines prefix for elements of HTML styles table. | |
| Encoding | The Encoding property sets code page of the conversion table, according to which the data is to be exported. | |
| ExportFromWeb | The ExportFromWeb property determines the operation to be performed for the report in Web application: whether the report is exported or opened in preview mode. |
| Method name | Brief description | |
| GetBitmap | The GetBitmap method returns the graphic image of the 3D scene. |
| Method name | Brief description | |
| ExportToFile | The ExportToFile method exports data to a file of specified format. |
See also: