Class NumericalSparkAxisSegment
Inheritance
System.Object
NumericalSparkAxisSegment
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.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class NumericalSparkAxisSegment
Constructors
NumericalSparkAxisSegment()
Declaration
public NumericalSparkAxisSegment()
Properties
FractionFromAxis
Gets or sets the fraction from axis.
Declaration
public double FractionFromAxis { get; set; }
Property Value
System. The fraction from axis. |
NormalizedStart
Gets or sets the normalized start.
Declaration
public double NormalizedStart { get; set; }
Property Value
System. The normalized start. |
PointsCount
Gets or sets the points count.
Declaration
public int PointsCount { get; set; }
Property Value
System. The points count. |
Step
Gets or sets the step.
Declaration
public double Step { get; set; }
Property Value
System. The step. |
ValueRange
Gets or sets the value range.
Declaration
public SparkValueRange<double> ValueRange { get; set; }
Property Value
Spark The value range. |