Class
NumericalScale

Represents a numerical scale with continuous input domain.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class NumericalScale : NumericalScaleBase

Inheritance: objectScaleNumericalScaleBaseNumericalScale

Inherited Members NumericalScaleBase.autoNumericalScaleBase.MinimumNumericalScaleBase.MaximumNumericalScaleBase.DataPointTicksScale.GetDefaultCrossAxisPosition(bool)Scale.ToString()Scale.ReversedScale.CrossAxisPositionScale.SpacingSlotCount

Constructors

NumericalScale()

TODO: Add documentation.

Declaration

cs-api-definition
public NumericalScale()

Properties

CrossAxisPositions

A collection of NumericalScaleCrossAxisPosition items that defines the where the other axes cross the current one.

Declaration

cs-api-definition
public NumericalScaleCrossAxisPositionCollection CrossAxisPositions { get; }

Property Value

NumericalScaleCrossAxisPositionCollection

CrossAxisValue

Applied when GraphScaleCrossAxisPosition is set to GraphAxisZeroValueMode.Specific. Zero value is where the other axis crosses the current axis.

Declaration

cs-api-definition
[Obsolete("The CrossAxisValue property is now obsolete. Please use the CrossAxisPositions property instead.")]
[Browsable(false)]
public double CrossAxisValue { get; set; }

Property Value

double

LabelStep

Gets or sets the step/interval for the labels on the axis.

Declaration

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

Property Value

double

MajorStep

Gets or sets the step/interval for the major ticks/grid lines.

Declaration

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

Property Value

double

MinorStep

Gets or sets the step/interval for the minor ticks/grid lines.

Declaration

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

Property Value

double