Class ChartCustomShapeInfo
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartCustomShapeInfo : ChartSubStyleInfoBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ChartCustomShapeInfo()
Initializes a new instance of the ChartSymbolInfo class.
Declaration
public ChartCustomShapeInfo()
ChartCustomShapeInfo(StyleInfoSubObjectIdentity)
Initializes a new ChartSymbolInfo object and associates it with an existing StyleInfoSubObjectIdentity.
Declaration
public ChartCustomShapeInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this ChartSymbolInfo. |
ChartCustomShapeInfo(StyleInfoSubObjectIdentity, ChartCustomShapeInfoStore)
Initializes a new instance of ChartSymbolInfo object and associates it with an existing StyleInfoSubObjectIdentity.
Declaration
public ChartCustomShapeInfo(StyleInfoSubObjectIdentity identity, ChartCustomShapeInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this ChartSymbolInfo. A ChartSymbolInfoStore that holds data for this ChartSymbolInfo. All changes made in this style object will be saved in the ChartSymbolInfoStore object. |
ChartCustomShapeInfoStore | store |
Properties
Border
Gets or sets border to the custom shape.
Declaration
public ChartLineInfo Border { get; set; }
Property Value
Type |
---|
ChartLineInfo |
Color
Gets or sets the color that is to be used with the symbol.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color. |
Default
Gets a default ChartSymbolInfo that is to be used with a default custom shape.
Declaration
public static ChartCustomShapeInfo Default { get; }
Property Value
Type |
---|
ChartCustomShapeInfo |
Type
Gets or sets the style of the shape that is to be displayed. Default shape is square. It will support the limitted shape(Square, Circle, Hexagon, Pentagon) draw around the custom point
Declaration
public ChartCustomShape Type { get; set; }
Property Value
Type |
---|
ChartCustomShape |
Methods
Dispose()
Method to dispose ChartCustomShapeInfo object
Declaration
public void Dispose()