Class ChartToolBarItem
Represents the default toolbar item.
Inheritance
System.Object
ChartToolBarItem
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 class ChartToolBarItem : ChartToolBarItemBase
Constructors
ChartToolBarItem()
Initializes a new instance of the ChartToolBarItem class.
Declaration
public ChartToolBarItem()
Properties
Checked
Gets or sets a value indicating whether this ChartToolBarItem is checked.
Declaration
public virtual bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Image
Gets or sets the image.
Declaration
public virtual Image Image { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The image. |
IsCheckable
Gets or sets a value indicating whether this instance is checkable.
Declaration
public virtual bool IsCheckable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|