Class ChartToolBarSplitter
Specifies the toolbar splitter.
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 ChartToolBarSplitter : ChartToolBarItemBase
Constructors
ChartToolBarSplitter()
Initializes a new instance of the ChartToolBarSplitter class.
Declaration
public ChartToolBarSplitter()
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)