Class ChartToolBarItemBase
Specifies the abstract class for implementation of toolbar items.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public abstract class ChartToolBarItemBase : Object
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. |