Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class NumericalSparkAxisSegment
Inheritance: objectNumericalSparkAxisSegment
Constructors
C#
public NumericalSparkAxisSegment()
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 SparkValueRange<double> ValueRange { get; set; }
The value range.