Version

NotifyInsertItem Method (CategoryAxisBase)

Used to manually notify the axis that the data source has had an item inserted. Only necessary if that datasource is not observable.
Syntax
public void NotifyInsertItem( 
   int index,
   object newItem
)

Parameters

index
The index of the new item
newItem
The new item.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also