Class
NumericalScaleBase

The base class for all numerical scales.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class NumericalScaleBase : Scale

Inheritance: objectScaleNumericalScaleBase

Derived Classes: LogarithmicScaleNumericalScale

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

Constructors

NumericalScaleBase()

Declaration

cs-api-definition
protected NumericalScaleBase()

Fields

auto

TODO: Add documentation.

Declaration

cs-api-definition
protected const double auto = NaN

Field Value

double

Properties

DataPointTicks

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.

Declaration

cs-api-definition
public bool DataPointTicks { get; set; }

Property Value

bool

Maximum

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

Declaration

cs-api-definition
public virtual double Maximum { get; set; }

Property Value

double

Minimum

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

Declaration

cs-api-definition
public virtual double Minimum { get; set; }

Property Value

double