Collection of Chart3DDataLabel objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.Win.C1Chart3D..::..NotifiersCollection
      C1.Win.C1Chart3D..::..Chart3DDataLabelsCollection

See Also