Class NumericalAxisSegment
Inheritance
System.Object
NumericalAxisSegment
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 NumericalAxisSegment
Constructors
NumericalAxisSegment()
Declaration
public NumericalAxisSegment()
Properties
FractionFromAxis
Gets or sets the fraction from axis.
Declaration
public double FractionFromAxis { get; set; }
Property Value
System.Double
The fraction from axis. |
NormalizedStart
Gets or sets the normalized start.
Declaration
public double NormalizedStart { get; set; }
Property Value
System.Double
The normalized start. |
PointsCount
Gets or sets the points count.
Declaration
public int PointsCount { get; set; }
Property Value
System.Int32
The points count. |
Step
Gets or sets the step.
Declaration
public double Step { get; set; }
Property Value
System.Double
The step. |
ValueRange
Gets or sets the value range.
Declaration
public ValueRange<double> ValueRange { get; set; }
Property Value
ValueRange<System.Double>
The value range. |