Class ChartStyleInfoIndexer
Indexer helper class to access individual point styles.
Inheritance
System.Object
ChartStyleInfoIndexer
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartStyleInfoIndexer : Object
Properties
Item[Int32]
Returns the ChartStyleInfo object at the specified index.
Declaration
public ChartStyleInfo this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type |
|---|
| ChartStyleInfo |