Class ChartToolBarItemBase
Specifies the abstract class for implementation of toolbar items.
Inherited Members
System.Object.Equals(System.Object)
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 abstract class ChartToolBarItemBase
Constructors
ChartToolBarItemBase()
Initializes a new instance of the ChartToolBarItemBase class.
Declaration
public ChartToolBarItemBase()
Properties
DefaultName
Gets the name of the default.
Declaration
protected virtual string DefaultName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the default. |
Name
Gets or sets the name.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Tag
Gets or sets the tag.
Declaration
public object Tag { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The tag. |
ToolTip
Gets or sets the tool tip.
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tool tip. |