Class ChartBordersInfoStore
Implements the data store for the ChartBordersInfo 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 ChartBordersInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartBordersInfoStore()
Initializes a new instance of the ChartBordersInfoStore class.
Declaration
public ChartBordersInfoStore()
Fields
InnerProperty
The Inner Property which is used to set inner border.
Declaration
public static StyleInfoProperty InnerProperty
Field Value
Type |
---|
StyleInfoProperty |
OuterProperty
The Outer Property which is used to set outer border.
Declaration
public static StyleInfoProperty OuterProperty
Field Value
Type |
---|
StyleInfoProperty |
Methods
Clone()
Creates an exact copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A StyleInfoStore with same data as the current object. |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable