Class AxisScaleBreak
Inheritance
System.Object
AxisScaleBreak
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class AxisScaleBreak
Constructors
AxisScaleBreak()
AxisScaleBreak(String, DateTime, DateTime)
Initializes a new instance of the AxisScaleBreak class.
Declaration
public AxisScaleBreak(string name, DateTime from, DateTime to)
Parameters
System.String
name
The name. |
System.DateTime
from
From. |
System.DateTime
to
To. |
AxisScaleBreak(String, Double, Double)
Initializes a new instance of the AxisScaleBreak class.
Declaration
public AxisScaleBreak(string name, double from, double to)
Parameters
System.String
name
The name. |
System.Double
from
From. |
System.Double
to
To. |
AxisScaleBreak(String, String, String)
Initializes a new instance of the AxisScaleBreak class.
Declaration
public AxisScaleBreak(string name, string from, string to)
Parameters
System.String
name
The name. |
System.String
from
From. |
System.String
to
To. |
Properties
From
Gets or sets from.
Declaration
public object From { get; set; }
Property Value
System.Object
From. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
To
Gets or sets to.
Declaration
public object To { get; set; }
Property Value
System.Object
To. |