Overload List
Calculates and returns the XY position in pixels of the point p, XYZ 3D coordinate.
public abstract Void Calc3DPos(System.Drawing.Point&, System.Int32, System.Int32, System.Int32)
public abstract Void Calc3DPos(Steema.TeeChart.Drawing.PointDouble&, System.Double, System.Double, System.Double)
Calculates and returns the XY position in pixels of the point p Z 3D coordinate.
public Void Calc3DPos(System.Drawing.Point&, System.Drawing.Point, System.Int32)
public Void Calc3DPos(Steema.TeeChart.Drawing.PointDouble&, Steema.TeeChart.Drawing.PointDouble, System.Double)
Calculates and returns the XY position in pixels of the XYZ 3D coordinate.
public Void Calc3DPos(System.Int32&, System.Int32&, System.Int32)
public Void Calc3DPos(System.Single&, System.Single&, System.Int32)
public Void Calc3DPos(System.Double&, System.Double&, System.Double)
Remarks
Calculates and returns the XY position in pixels of the XYZ 3D coordinate.
Can be used when custom drawing using 3D XYZ coordinates are returned from the axes or not.
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace