New to Telerik ReportingStart a free 30-day trial

The base class for all numerical scales.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class NumericalScaleBase : Scale

Inheritance: objectScaleNumericalScaleBase

Derived Classes: LogarithmicScaleNumericalScale

Inherited Members Scale.GetDefaultCrossAxisPosition(bool)Scale.ToString()Scale.ReversedScale.CrossAxisPositionScale.SpacingSlotCount

Constructors

C#
protected NumericalScaleBase()

Fields

auto

double

TODO: Add documentation.

C#
protected const double auto = NaN

Properties

Gets or sets a value indicating weather to shows ticks and labels on the axis for every point in the data set instead of regular major ticks.

C#
public bool DataPointTicks { get; set; }

Maximum

double

Graph axis range - maximum value. Set to float.NaN to automatically calculate the value based on the data.

C#
public virtual double Maximum { get; set; }

Minimum

double

Axis' minimum value. Set to float.NaN to automatically calculate the value based on the data.

C#
public virtual double Minimum { get; set; }