LightningChartEffectAnimator Property |
LightningChart .NET Help
Effect animation controller
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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