The collection of three Chart3DAxis objects named “X”, “Y” and “Z”.

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

Syntax

C#
[EditorAttribute(typeof(Chart3DAxisCollectionEditor), typeof(UITypeEditor))]
[DefaultMemberAttribute("Item")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DAxisCollection : ReadOnlyCollectionBase
Visual Basic
<EditorAttribute(GetType(Chart3DAxisCollectionEditor), GetType(UITypeEditor))> _
<DefaultMemberAttribute("Item")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DAxisCollection _
	Inherits ReadOnlyCollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..ReadOnlyCollectionBase
    C1.Win.C1Chart3D..::..Chart3DAxisCollection

See Also