Logarithmic3D
12 Sep 20251 minute to read
The Logarithmic module is used to render log axis.
Methods
calculateRangeAndInterval
Calculates the range and interval for the specified axis based on the provided size.
| Parameter | Type | Description | 
|---|---|---|
| size | Size | 
      The size of the chart area used for range and interval calculation. | 
| axis | Chart3DAxis | 
      The axis for which the range and interval are calculated. | 
Returns void
updateActualRange
Updates the actual range of the 3D axis with specified minimum, maximum, and interval values.
| Parameter | Type | Description | 
|---|---|---|
| axis | Chart3DAxis | 
      The 3D axis to update. | 
| minimum | number | 
      The minimum value for the axis. | 
| maximum | number | 
      The maximum value for the axis. | 
| interval | number | 
      The interval value for the axis. | 
Returns void