menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartConfigItem

    Base class of configuration items that are created for specific chart-types. Configuration items are a convenient way to store information specific to certain chart types that may not be applicable to other chart types.

    Inheritance
    System.Object
    ChartConfigItem
    ChartBoxAndWhiskerConfigItem
    ChartBubbleConfigItem
    ChartColumnConfigItem
    ChartErrorBarsConfigItem
    ChartFinancialConfigItem
    ChartFunnelConfigItem
    ChartGanttConfigItem
    ChartHeatMapConfigItem
    ChartHiLoOpenCloseConfigItem
    ChartHistogramConfigItem
    ChartLineConfigItem
    ChartPieConfigItem
    ChartPyramidConfigItem
    ChartRadarConfigItem
    ChartRangeAreaConfigItem
    ChartStepConfigItem
    Implements
    IChangeNotifyingItem
    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.Base.dll
    Syntax
    public abstract class ChartConfigItem : IChangeNotifyingItem

    Constructors

    ChartConfigItem()

    Declaration
    protected ChartConfigItem()

    Events

    PropertyChanged

    An event that is raised when a property is changed.

    Declaration
    public event SyncfusionPropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    SyncfusionPropertyChangedEventHandler

    Implements

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