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