For a list of all members of this type, see Graphics3D Members


System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Steema.TeeChart.Drawing.TeeBase
public abstract class Graphics3D : TeeBase , IComponent, IDisposable

Remarks

If you require a feature that we haven't added to the standard TeeChart properties and methods then, with almost unlimited flexibility, you can add it yourself using the TeeChart Custom draw Canvas methods. Custom draw permits you to output your own objects and text to the Chart panel associating them with runtime variables and Chart conditions. These could take the form of hints on passing a mouse over a data Series object or a message triggered by a threshold exceeded. The Custom Canvas also supports a variety of 3D objects.
    
These objects are available from the instances of the Graphics3D class passed to events such as the AfterDraw event. For more information on drawing to the TeeChart Canvas please see "Tutorial 13 - Custom drawing on the Chart Panel" .

Requirements

Namespace: Steema.TeeChart.Drawing Namespace

Assembly: TeeChart.dll

See Also

Graphics3D members | Steema.TeeChart.Drawing Namespace