The Chart3DView defines the three-dimensional features of a chart. It is returned by the View property of a Chart3DArea.

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

Syntax

C#
[EditorAttribute(typeof(Chart3DViewEditor), typeof(UITypeEditor))]
public class Chart3DView : INotifyChanges
Visual Basic
<EditorAttribute(GetType(Chart3DViewEditor), GetType(UITypeEditor))> _
Public Class Chart3DView _
	Implements INotifyChanges

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DView

See Also