Class ChartRelatedPointInfoStore
Implements the data store for the ChartRelatedPointInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
[StaticDataField("sd")]
public class ChartRelatedPointInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartRelatedPointInfoStore()
Initializes a new instance of the ChartRelatedPointInfoStore class.
Declaration
public ChartRelatedPointInfoStore()
Fields
AlignmentProperty
Pen alignment that is to be used for any visual representation.
Declaration
public static StyleInfoProperty AlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderProperty
Gets or sets the border that is to be used for any visual representation linking this related point with others.
Declaration
public static StyleInfoProperty BorderProperty
Field Value
Type |
---|
StyleInfoProperty |
ColorProperty
Color that is to be used for any visual representation.
Declaration
public static StyleInfoProperty ColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DashPatternProperty
Gets a value indicating whether the DashPattern property has been initialized.
Declaration
public static StyleInfoProperty DashPatternProperty
Field Value
Type |
---|
StyleInfoProperty |
DashStyleProperty
Gets a value indicating whether the DashStyle property has been initialized.
Declaration
public static StyleInfoProperty DashStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
EndSymbolProperty
The end symbol that is to be used for any visual representation linking this related point with others.
Declaration
public static StyleInfoProperty EndSymbolProperty
Field Value
Type |
---|
StyleInfoProperty |
PointsProperty
Gets or sets an array of indices of related points.
Declaration
public static StyleInfoProperty PointsProperty
Field Value
Type |
---|
StyleInfoProperty |
StartSymbolProperty
Start symbol that is to be used for any visual representation linking this related point with others.
Declaration
public static StyleInfoProperty StartSymbolProperty
Field Value
Type |
---|
StyleInfoProperty |
WidthProperty
Width that is to be used for any visual representation.
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. |