The Chart3DSurfce class and its properties are only used for surface charts. It is returned by the Surface property of a ChartGroup.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DSurface
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DSurface

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DSurface

See Also