Class
NumericalAxisSegment

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class NumericalAxisSegment

Inheritance: objectNumericalAxisSegment

Constructors

NumericalAxisSegment()

Declaration

cs-api-definition
public NumericalAxisSegment()

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 ValueRange<double> ValueRange { get; set; }

Property Value

ValueRange<double>

The value range.