Progress® Telerik® Reporting R1 2021
LogarithmicScale Properties
The LogarithmicScale type exposes the following members.
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.) |