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

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class ChartDesignerActionList : DesignerActionList
Visual Basic
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class ChartDesignerActionList _
	Inherits DesignerActionList

Inheritance Hierarchy

System..::..Object
  System.ComponentModel.Design..::..DesignerActionList
    C1.Win.C1Chart..::..ChartDesignerActionList

See Also