MAUI | ComponentOne
C1.Maui.Chart Assembly / C1.Maui.Chart Namespace / FlexChartBase Class / DataPropertyChanged Method
In This Topic
    DataPropertyChanged Method
    In This Topic
    Fires when data property changes.
    Syntax
    protected static void DataPropertyChanged( 
       BindableObject obj,
       object oldValue,
       object newValue
    )

    Parameters

    obj
    oldValue
    newValue
    See Also