Stores Chart3DContourLevel objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also