Class ChartCalloutInfoStore
This class implements the data store for the ChartCalloutInfoStore object.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
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
[StaticDataField("sd")]
public class ChartCalloutInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartCalloutInfoStore()
Initializes a new instance of the ChartCalloutInfoStore class.
Declaration
public ChartCalloutInfoStore()
Methods
Clone()
Creates an exact copy of the current object. Base class implementation of this method calls Activator.CreateInstance to achieve the same result. I assume calling new directly is more efficient. Otherwise this override is obsolete.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A StyleInfoStore with same data as the current object. |
Overrides
Dispose()
Method to dispose ChartCalloutInfoStore object
Declaration
public void Dispose()
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable