Click or drag to resize

NotifyPropertyChangesNotifyPropertyChanged Method

LightningChart .NET Help
Method to be called on property change.

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void NotifyPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName (Optional)
Type: SystemString
Name of changed property.
See Also