ClassNumericalScale
Represents a numerical scale with continuous input domain.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class NumericalScale : NumericalScaleBase
Inheritance: objectScaleNumericalScaleBaseNumericalScale
Inherited Members
Constructors
Properties
CrossAxisPositions
A collection of NumericalScaleCrossAxisPosition items that defines the where the other axes cross the current one.
Declaration
public NumericalScaleCrossAxisPositionCollection CrossAxisPositions { get; }
Property Value
CrossAxisValue
Applied when GraphScaleCrossAxisPosition is set to GraphAxisZeroValueMode.Specific. Zero value is where the other axis crosses the current axis.
Declaration
[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
public double LabelStep { get; set; }
Property Value
double
MajorStep
Gets or sets the step/interval for the major ticks/grid lines.
Declaration
public double MajorStep { get; set; }
Property Value
double
MinorStep
Gets or sets the step/interval for the minor ticks/grid lines.
Declaration
public double MinorStep { get; set; }
Property Value
double