The VisualizatorUnitKind enumeration is used to determine value scale at visualizer axes: chart value axis, X and Y axes of bubble chart. Depending on the selected value, values in visualizer axis labels will be multiplied by corresponding coefficient.
It is used by the following properties and methods:
Value | Brief description |
0 | None. Coefficient – 1. |
1 | Hundreds. Hundreds. Coefficient – 0.01. |
2 | Thousands. Thousands. Coefficient – 0.001. |
3 | Millions. Millions. Coefficient – 0.000001. |
4 | Billions. Billions. Coefficient – 0.000000001. |
5 | Trillions. Trillions. Coefficient – 0.000000000001. |
See also: