ScaleBreakCollection.Insert(Int32, ScaleBreak) Method
Inserts the specified scale break to the collection at the specified position.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer which specifies the position at which the scale break should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. |
scaleBreak | ScaleBreak | A ScaleBreak object specifying the inserted scale break. |
See Also