IScene3DExporter

Assembly: Chart;

Description

The IScene3DExporter interface is used to work with export options of a 3D scene.

Inheritance Hierarchy

          IExporter

          IScene3DExporter

Properties

  Property name Brief description
PixelHeight The PixelHeight property determines the height of the 3D scene in pixels.
PixelWidth The PixelWidth property determines 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.

Properties inherited from IExporter

  Property name Brief description
CSSClassName The CSSClassName property determines a prefix for elements of HTML styles table.
Encoding The Encoding property sets the code page of the conversion table according to which the data is to be exported.
ExportFromWeb The ExportFromWeb property determines, which operation is to be executed with the report in the web application: the report is exported or opened in the preview mode.

Methods

  Method name Brief description
GetBitmap The GetBitmap method returns the graphic image of the 3D scene.

Methods inherited from IExporter

  Method name Brief description
ExportToFile The ExportToFile method exports data to a file of the specified format.

See also:

Chart Assembly Interfaces