Class ChartCustomShapeInfoStore
Provides a specialized style data store for custom chart shapes, including properties for color, shape type, and border styling. Inherits from StyleInfoStore to support efficient and extensible style management.
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
public class ChartCustomShapeInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ChartCustomShapeInfoStore()
Initializes a new instance of ChartCustomShapeInfoStore class.
Declaration
public ChartCustomShapeInfoStore()
Fields
BorderProperty
Gets or sets border to the custom shape.
Declaration
public static StyleInfoProperty BorderProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ColorProperty
Gets or sets border to the custom shape.
Declaration
public static StyleInfoProperty ColorProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ShapeTypeProperty
Gets or sets the type of custom shape to be used.
Declaration
public static StyleInfoProperty ShapeTypeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
Methods
Dispose()
Method to dispose ChartCustomShapeInfoStore object
Declaration
public void Dispose()
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable