Class NumericalScale
Represents a numerical scale with continuous input domain.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class NumericalScale : NumericalScaleBase
Constructors
NumericalScale()
Declaration
public NumericalScale()
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
NumericalScaleCrossAxisPositionCollection
|
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.")]
public double CrossAxisValue { get; set; }
Property Value
System.Double
|
LabelStep
Gets or sets the step/interval for the labels on the axis.
Declaration
public double LabelStep { get; set; }
Property Value
System.Double
|
MajorStep
Gets or sets the step/interval for the major ticks/grid lines.
Declaration
public double MajorStep { get; set; }
Property Value
System.Double
|
MinorStep
Gets or sets the step/interval for the minor ticks/grid lines.
Declaration
public double MinorStep { get; set; }
Property Value
System.Double
|