NumericalAxisSegment
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class NumericalAxisSegment
Inheritance: objectNumericalAxisSegment
Constructors
C#
public NumericalAxisSegment()
Properties
Gets or sets the fraction from axis.
C#
public double FractionFromAxis { get; set; }
The fraction from axis.
Gets or sets the normalized start.
C#
public double NormalizedStart { get; set; }
The normalized start.
Gets or sets the points count.
C#
public int PointsCount { get; set; }
The points count.
Gets or sets the value range.
C#
public ValueRange<double> ValueRange { get; set; }
The value range.