Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class StillIndicatorEventArgs : EventArgs
Inheritance: objectEventArgsStillIndicatorEventArgs
Inherited Members
Constructors
Initializes a new instance of the StillIndicatorEventArgs class.
C#
public StillIndicatorEventArgs(ChartStillIndicator indicator)
The indicator.
Properties
Gets the indicator.
C#
public ChartStillIndicator Indicator { get; }
The indicator.