Represents collection of Chart3DLabels.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
[EditorAttribute(typeof(Chart3DLabelsCollectionEditor), typeof(UITypeEditor))]
public class Chart3DLabelsCollection : CollectionBase
Visual Basic
<DefaultMemberAttribute("Item")> _
<EditorAttribute(GetType(Chart3DLabelsCollectionEditor), GetType(UITypeEditor))> _
Public Class Chart3DLabelsCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.Win.C1Chart3D..::..Chart3DLabelsCollection

See Also