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 Chart
Declaration
public ChartStillIndicator(string name)
Parameters
System. The name. |
ChartStillIndicator(String, Color)
Initializes a new instance of the Chart
Declaration
public ChartStillIndicator(string name, Color color)
Parameters
System. The name. |
System. The color. |
ChartStillIndicator(String, Color, Single)
Initializes a new instance of the Chart
Declaration
public ChartStillIndicator(string name, Color color, float width)
Parameters
System. The name. |
System. The color. |
System. The width. |
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
System. The color. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System. The name. |
Point
Gets or sets the point.
Declaration
public PointF Point { get; set; }
Property Value
System. The point. |
Width
Gets or sets the width.
Declaration
public float Width { get; set; }
Property Value
System. The width. |