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
Implements
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public abstract class ChartConfigItem : Object, IChangeNotifyingItem
Constructors
ChartConfigItem()
Declaration
protected ChartConfigItem()
Methods
add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
Declaration
public void add_PropertyChanged(SyncfusionPropertyChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SyncfusionPropertyChangedEventHandler | value |
remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
Declaration
public void remove_PropertyChanged(SyncfusionPropertyChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SyncfusionPropertyChangedEventHandler | value |
Events
PropertyChanged
An event that is raised when a property is changed.
Declaration
public event SyncfusionPropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| SyncfusionPropertyChangedEventHandler |