ChartPanel Class
In This Article
A base class for chart elements that can be bound to a DataContext instance.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public abstract class ChartPanel :
DXLogicalPanel,
IOwnedElement,
IChartElement,
INotifyPropertyChanged
#Inheritance
Show 15 items
Object
DependencyObject
UIElement
FrameworkElement
Panel
DevExpress.WinUI.Core.Internal.DXLogicalPanel
See Also