LightningChartEffectAnimator Property |
LightningChart .NET Help
Gets or sets effect animation controller. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic DispatcherTimer EffectAnimator { get; set; }Public Property EffectAnimator As DispatcherTimer
Get
Set
public:
property DispatcherTimer^ EffectAnimator {
DispatcherTimer^ get ();
void set (DispatcherTimer^ value);
}Property Value
Type:
DispatcherTimer
See Also