Class
NumericalSparkAxisSegment

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

double

The fraction from axis.

NormalizedStart

Gets or sets the normalized start.

Declaration

cs-api-definition
public double NormalizedStart { get; set; }

Property Value

double

The normalized start.

PointsCount

Gets or sets the points count.

Declaration

cs-api-definition
public int PointsCount { get; set; }

Property Value

int

The points count.

Step

Gets or sets the step.

Declaration

cs-api-definition
public double Step { get; set; }

Property Value

double

The step.

ValueRange

Gets or sets the value range.

Declaration

cs-api-definition
public SparkValueRange<double> ValueRange { get; set; }

Property Value

SparkValueRange<double>

The value range.