Class ChartLineInfoStore
Implements the data store for the ChartLineInfo 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 ChartLineInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartLineInfoStore()
Initializes a new instance of the ChartLineInfoStore class.
Declaration
public ChartLineInfoStore()
Fields
AlignmentProperty
Gets or sets the pen alignment of the line represented by this object.
Declaration
public static StyleInfoProperty AlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
ColorProperty
Gets or sets the color of the line.
Declaration
public static StyleInfoProperty ColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DashPatternProperty
Gets or sets the dash pattern of the line represented by this object.
Declaration
public static StyleInfoProperty DashPatternProperty
Field Value
Type |
---|
StyleInfoProperty |
DashStyleProperty
Gets or sets the style of the line represented by this object.
Declaration
public static StyleInfoProperty DashStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
WidthProperty
Gets or sets the width in pixels of the line represented by this object.
Declaration
public static StyleInfoProperty WidthProperty
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
Dispose()
Method to dispose ChartlineInfoStore object
Declaration
public void Dispose()
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable