DataChangedEventArgs.Insert(Int32, Int32) Method
In This Article
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public static DataChangedEventArgs Insert(
int index,
int count = 1
)
#Parameters
Name | Type |
---|---|
index | Int32 |
#Optional Parameters
Name | Type | Default |
---|---|---|
count | Int32 | 1 |
#Returns
Type |
---|
Data |
See Also