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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.Win.C1Chart..::..AxisScrollBar..::..ScaleMenuItemCollection

See Also