Skip to main content
A newer version of this page is available. .

ChartFrameworkElement Class

Implements base internal infrastructure for chart elements, for example, support for property update notifications.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class ChartFrameworkElement :
    DXLogicalFrameworkElement,
    IOwnedElement,
    IChartElement,
    INotifyPropertyChanged
See Also