menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartToolBarItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartToolBarItem

    Represents the default toolbar item.

    Inheritance
    System.Object
    ChartToolBarItemBase
    ChartToolBarItem
    ChartToolBarCommandItem
    ChartToolBarCopyItem
    ChartToolBarDropDown
    ChartToolBarPrintItem
    ChartToolBarPrintPreviewItem
    ChartToolBarSaveItem
    ChartToolBarSeries3DItem
    ChartToolBarShowLegendItem
    Inherited Members
    ChartToolBarItemBase.DefaultName
    ChartToolBarItemBase.Name
    ChartToolBarItemBase.Tag
    ChartToolBarItemBase.ToolTip
    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

    true if checked; otherwise, false.

    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

    true if this instance is checkable; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved