LightningChartEffectAnimator Property |
LightningChart .NET Help
Effect animation controller
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Timer EffectAnimator { get; set; }Public Property EffectAnimator As Timer
Get
Set
public:
property Timer^ EffectAnimator {
Timer^ get ();
void set (Timer^ value);
}Property Value
Type:
Timer
See Also