Class ChartStyleInfoBase
Abstract implementation of StyleInfoBase.
Inheritance
System.Object
ChartStyleInfoBase
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public abstract class ChartStyleInfoBase : StyleInfoBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable
Constructors
ChartStyleInfoBase(StyleInfoIdentityBase, StyleInfoStore)
Initializes a new instance of the ChartStyleInfoBase class.
Declaration
public ChartStyleInfoBase(StyleInfoIdentityBase identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoIdentityBase | identity | The identity. |
StyleInfoStore | store | The store. |
ChartStyleInfoBase(StyleInfoStore)
Initializes a new instance of the ChartStyleInfoBase class.
Declaration
public ChartStyleInfoBase(StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoStore | store | The store. |
Properties
CacheValues
Gets or sets a value indicating whether this instance should cache values for resolved base style properties.
Declaration
public bool CacheValues { get; set; }
Property Value
Type |
---|
System.Boolean |
WeakReferenceChangedListeners
A list of listeners that will be referenced using a WeakReference. The listeners must implement the Syncfusion.Styles.IStyleChanged interface. When this style object Syncfusion.Styles.StyleInfoBase.OnStyleChanged(Syncfusion.Styles.StyleInfoProperty) method is called it will then loop through all objects in this list and call each objects Syncfusion.Styles.IStyleChanged.StyleChanged(Syncfusion.Styles.StyleChangedEventArgs) method.
Declaration
public List<WeakReference> WeakReferenceChangedListeners { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.WeakReference> |
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable