New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The fraction from axis.

Gets or sets the normalized start.

C#
public double NormalizedStart { get; set; }
Property Value:

The normalized start.

Gets or sets the points count.

C#
public int PointsCount { get; set; }
Property Value:

The points count.

Gets or sets the step.

C#
public double Step { get; set; }
Property Value:

The step.

Gets or sets the value range.

C#
public SparkValueRange<double> ValueRange { get; set; }
Property Value:

The value range.