ClassStillIndicatorEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class StillIndicatorEventArgs : EventArgs
Inheritance: objectEventArgsStillIndicatorEventArgs
Inherited Members
Constructors
StillIndicatorEventArgs(ChartStillIndicator)
Initializes a new instance of the StillIndicatorEventArgs class.
Declaration
cs-api-definition
public StillIndicatorEventArgs(ChartStillIndicator indicator)
Parameters
indicator
The indicator.
Properties
Indicator
Gets the indicator.
Declaration
cs-api-definition
public ChartStillIndicator Indicator { get; }
Property Value
The indicator.