YAxisCollectionOnInsertComplete Method
Performs additional custom processes after inserting a new element into the collection.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
protected override void OnInsertComplete(
int index,
Object value
)
Protected Overrides Sub OnInsertComplete (
index As Integer,
value As Object
)
Parameters
- index Int32
- The zero-based index at which to insert value.
- value Object
- The new value of the element at index.