Chart3DGroups class contains collection of ChartGroup, data labels, chart and contour styles.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DGroups : INotifyChanges
Visual Basic
<DefaultMemberAttribute("Item")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DGroups _
	Implements INotifyChanges

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DGroups

See Also