NumericalScaleBase
Class
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:
Inherited Members
Constructors
C#
protected NumericalScaleBase()
Fields
auto
double
TODO: Add documentation.
C#
protected const double auto = NaN
Properties
DataPointTicks
bool
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; }