Class
ChartStillIndicator

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class ChartStillIndicator

Inheritance: objectChartStillIndicator

Constructors

ChartStillIndicator(string)

Initializes a new instance of the ChartStillIndicator class.

Declaration

cs-api-definition
public ChartStillIndicator(string name)

Parameters

name

string

The name.

ChartStillIndicator(string, Color)

Initializes a new instance of the ChartStillIndicator class.

Declaration

cs-api-definition
public ChartStillIndicator(string name, Color color)

Parameters

name

string

The name.

color

Color

The color.

ChartStillIndicator(string, Color, float)

Initializes a new instance of the ChartStillIndicator class.

Declaration

cs-api-definition
public ChartStillIndicator(string name, Color color, float width)

Parameters

name

string

The name.

color

Color

The color.

width

float

The width.

Properties

Color

Gets or sets the color.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

The color.

Name

Gets or sets the name.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

The name.

Point

Gets or sets the point.

Declaration

cs-api-definition
public PointF Point { get; set; }

Property Value

PointF

The point.

Width

Gets or sets the width.

Declaration

cs-api-definition
public float Width { get; set; }

Property Value

float

The width.