Double3D
12 Sep 20252 minutes to read
The numeric module is used to render numeric 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
getActualRange
Retrieves the actual range for the specified axis based on the provided size.
| Parameter | Type | Description | 
|---|---|---|
| axis | Chart3DAxis | 
      The axis for which the actual range is retrieved. | 
| size | Size | 
      The size of the chart area used in the range calculation. | 
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