Class ChartSymbolInfoStore
This class implements the data store for the ChartSymbolInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
[StaticDataField("sd")]
public class ChartSymbolInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartSymbolInfoStore()
Initializes a new instance of the ChartSymbolInfoStore class.
Declaration
public ChartSymbolInfoStore()
Fields
BorderProperty
Gets or sets the information that is to be used for drawing border.
Declaration
public static StyleInfoProperty BorderProperty
Field Value
Type |
---|
StyleInfoProperty |
ColorProperty
Gets or sets the color that is to be used with the symbol.
Declaration
public static StyleInfoProperty ColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DimmedColorProperty
Gets or sets the color of the dimmed symbol.
Declaration
public static StyleInfoProperty DimmedColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HighlightColorProperty
Gets a value indicating whether this instance has highlight color.
Declaration
public static StyleInfoProperty HighlightColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ImageIndexProperty
Gets or sets the image index that is to be used to access the image from the associated ChartStyleInfo object's ImageList.
Declaration
public static StyleInfoProperty ImageIndexProperty
Field Value
Type |
---|
StyleInfoProperty |
MarkerProperty
Gets or sets the marker of the symbol.
Declaration
public static StyleInfoProperty MarkerProperty
Field Value
Type |
---|
StyleInfoProperty |
OffsetProperty
Gets or sets the offset of the symbol.
Declaration
public static StyleInfoProperty OffsetProperty
Field Value
Type |
---|
StyleInfoProperty |
ShapeProperty
Gets or sets the style of the symbol that is to be displayed.
Declaration
public static StyleInfoProperty ShapeProperty
Field Value
Type |
---|
StyleInfoProperty |
SizeProperty
Gets or sets the size of the symbol.
Declaration
public static StyleInfoProperty SizeProperty
Field Value
Type |
---|
StyleInfoProperty |
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 ChartSymbolInfoStore object
Declaration
public void Dispose()