Class ChartStyleInfoCustomPropertiesCollection
Implements a collection of custom property objects that have at least one initialized value. The primary purpose of this collection is to support design-time code serialization of custom properties.
Inheritance
Implements
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartStyleInfoCustomPropertiesCollection : Object, ICollection, IEnumerable
Properties
Count
Gets the number of objects in this collection.
Declaration
public int Count { get; }
Property Value
| Type |
|---|
| System.Int32 |
Methods
Add(ChartStyleInfoCustomProperties)
Copies the initialized properties of the specified custom property to the parent style object and attaches the custom property object with the parent style object.
Declaration
public void Add(ChartStyleInfoCustomProperties value)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartStyleInfoCustomProperties | value | A ChartStyleInfoCustomProperties with custom properties. |
CopyTo(ChartStyleInfoCustomProperties[], Int32)
Copies the ChartStyleInfoCustomPropertiesCollection elements to a one-dimensional System.Array at the specified index.
Declaration
public void CopyTo(ChartStyleInfoCustomProperties[] array, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartStyleInfoCustomProperties[] | array | The one-dimensional System.Array which is the destination of the objects from the instance. The System.Array must have zero-based indexing. |
| System.Int32 | index | The zero-based index in |