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
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 |