Class NumericalScaleBase
The base class for all numerical scales.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class NumericalScaleBase : Scale
Constructors
NumericalScaleBase()
Declaration
protected NumericalScaleBase()
Fields
auto
Declaration
protected const double auto = NaN
Field Value
System.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
public bool DataPointTicks { get; set; }
Property Value
System.Boolean
|
Maximum
Graph axis range - maximum value. Set to float.NaN to automatically calculate the value based on the data.
Declaration
public virtual double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Axis' minimum value. Set to float.NaN to automatically calculate the value based on the data.
Declaration
public virtual double Minimum { get; set; }
Property Value
System.Double
|