Gets the View3D object of the PlotArea.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public View3D View3D { get; }
Visual Basic
Public ReadOnly Property View3D As View3D
	Get

Remarks

The returned View3D object has properties which are used to set 3D aspects of the PlotArea for charts with 3D effects.

See Also