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 ChartStillIndicator

Inheritance: objectChartStillIndicator

Constructors

Initializes a new instance of the ChartStillIndicator class.

C#
public ChartStillIndicator(string name, Color color, float width)
Parameters:namestring

The name.

colorColor

The color.

widthfloat

The width.

Initializes a new instance of the ChartStillIndicator class.

C#
public ChartStillIndicator(string name, Color color)
Parameters:namestring

The name.

colorColor

The color.

Initializes a new instance of the ChartStillIndicator class.

C#
public ChartStillIndicator(string name)
Parameters:namestring

The name.

Properties

Gets or sets the color.

C#
public Color Color { get; set; }
Property Value:

The color.

Gets or sets the name.

C#
public string Name { get; set; }
Property Value:

The name.

Gets or sets the point.

C#
public PointF Point { get; set; }
Property Value:

The point.

Gets or sets the width.

C#
public float Width { get; set; }
Property Value:

The width.