Class ChartToolBarTypeItem
Represents default toolbar item. This item provides the type choosing feature.
Inheritance
System.Object
ChartToolBarTypeItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public sealed class ChartToolBarTypeItem : ChartToolBarDropDown
Constructors
ChartToolBarTypeItem()
Initializes a new instance of the ChartToolBarTypeItem class.
Declaration
public ChartToolBarTypeItem()
Properties
Checked
Gets or sets a value indicating whether this ChartToolBarItem is checked.
Declaration
public override bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
IsCheckable
Gets or sets a value indicating whether this instance is checkable.
Declaration
public override bool IsCheckable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
Methods
Equals(Object)
Override for the equals method.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Returns true or false based on the DefaultName property |
Overrides
System.Object.Equals(System.Object)