Class ChartStillIndicator
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartStillIndicator
Constructors
ChartStillIndicator(String)
Initializes a new instance of the ChartStillIndicator class.
Declaration
public ChartStillIndicator(string name)
Parameters
System.String
name
The name. |
ChartStillIndicator(String, Color)
Initializes a new instance of the ChartStillIndicator class.
Declaration
public ChartStillIndicator(string name, Color color)
Parameters
System.String
name
The name. |
System.Drawing.Color
color
The color. |
ChartStillIndicator(String, Color, Single)
Initializes a new instance of the ChartStillIndicator class.
Declaration
public ChartStillIndicator(string name, Color color, float width)
Parameters
System.String
name
The name. |
System.Drawing.Color
color
The color. |
System.Single
width
The width. |
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
The color. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
Point
Gets or sets the point.
Declaration
public PointF Point { get; set; }
Property Value
System.Drawing.PointF
The point. |
Width
Gets or sets the width.
Declaration
public float Width { get; set; }
Property Value
System.Single
The width. |