CollectionBase<T>.AddChild(IOwnedElement) Method
Adds a child element to the collection.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | DevExpress.UI.Xaml.Charts.Native.IOwnedElement | An object implementing the IOwnedElement interface. |
See Also