Class ChartStyleInfoStore
Implements the data store for the ChartStyleInfo 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
public class ChartStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartStyleInfoStore()
Initializes a new instance of the ChartStyleInfoStore class.
Declaration
public ChartStyleInfoStore()
ChartStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ChartStyleInfoStore class.
Declaration
protected ChartStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
Methods
Clone()
Clones this instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Returns clone object of StyleInfoStore. |
Overrides
Dispose()
Method to dispose ChartStyleInfoStore object
Declaration
public void Dispose()
GetSchema()
Returns the System.Xml.Schema.XmlSchema specifies the correct store.
Declaration
public static XmlSchema GetSchema()
Returns
Type | Description |
---|---|
System.Xml.Schema.XmlSchema | Returns new instance of XmlSchema object. |
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable