[]
        
(Showing Draft Content)

C1.WinUI.Chart.FlexChartBase.DataPropertyChanged

DataPropertyChanged Method

DataPropertyChanged(DependencyObject, string, object, object)

Fires when data property changes.

Declaration
protected static void DataPropertyChanged(DependencyObject obj, string propertyName, object oldValue, object newValue)
Protected Shared Sub DataPropertyChanged(obj As DependencyObject, propertyName As String, oldValue As Object, newValue As Object)
Parameters
Type Name Description
DependencyObject obj
string propertyName
object oldValue
object newValue