Skip to main content

ChartFrameworkElement Class

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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