Progress® Telerik® Reporting R3 2021
LogarithmicScale Class
The LogarithmicScale is similar to the NumericalScale, except there's a logarithmic transform that is
applied to the input domain value before the output range value is computed. The mapping
to the output range value y can be expressed as a function of the input domain
value x: y = m log(x) + b. The LogarithmicScale does not support zero or negative values.
Inheritance Hierarchy
SystemObject
Telerik.ReportingScale
Telerik.ReportingNumericalScaleBase
Telerik.ReportingLogarithmicScale
Namespace:
Telerik.ReportingTelerik.ReportingScale
Telerik.ReportingNumericalScaleBase
Telerik.ReportingLogarithmicScale
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The LogarithmicScale type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LogarithmicScale | Initializes a new instance of the LogarithmicScale class |
Properties
Name | Description | |
---|---|---|
![]() | Base |
Gets or sets the base value of the logarithm.
|
![]() | CrossAxisPosition | Obsolete.
Zero value is where the other axis crosses the current axis;
(Inherited from Scale.) |
![]() | CrossAxisPositions |
A collection of LogarithmicScaleCrossAxisPosition items that defines
the where the other axes cross the current one.
|
![]() | CrossAxisValue | Obsolete.
Applied when GraphScaleCrossAxisPosition is set to GraphAxisZeroValueMode.Specific.
Zero value is where the other axis crosses the current axis.
|
![]() | 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.
(Inherited from NumericalScaleBase.) |
![]() | MajorStep | Obsolete.
Gets or sets the step/interval for the major ticks/grid lines.
|
![]() | Maximum |
Graph axis range - maximum value. Set to float.NaN to automatically calculate the value based on the data.
(Overrides NumericalScaleBaseMaximum.) |
![]() | Minimum |
Axis' minimum value. Set to float.NaN to automatically calculate the value based on the data.
(Overrides NumericalScaleBaseMinimum.) |
![]() | MinorStep | Obsolete.
Gets or sets the step/interval for the minor ticks/grid lines.
|
![]() | Reversed |
Indicates whether to arrange values in reverse order.
(Inherited from Scale.) |
![]() | SpacingSlotCount |
Determines the number of space slots that will be left around the DataPoints per category slot,
measured relatively to the DataPoint slot's width:
Empty Space = SpacingSlotCount * DataPoint_SlotWidth
(Inherited from Scale.) |
Methods
Name | Description | |
---|---|---|
![]() | GetDefaultCrossAxisPosition | (Inherited from Scale.) |
![]() | ToString | (Inherited from Scale.) |
Version Information
Supported in: 1.0.1