New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class StillIndicatorEventArgs : EventArgs

Inheritance: objectEventArgsStillIndicatorEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the StillIndicatorEventArgs class.

C#
public StillIndicatorEventArgs(ChartStillIndicator indicator)
Parameters:indicatorChartStillIndicator

The indicator.

Properties

Gets the indicator.

C#
public ChartStillIndicator Indicator { get; }
Property Value:

The indicator.