ClassNumericalSparkAxisSegment
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class NumericalSparkAxisSegment
Inheritance: objectNumericalSparkAxisSegment
Constructors
NumericalSparkAxisSegment()
Declaration
cs-api-definition
public NumericalSparkAxisSegment()
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 SparkValueRange<double> ValueRange { get; set; }
Property Value
The value range.