The DxMapIconScale class contains properties and methods that are used to work with an icon scale.
| Property name | Brief description | |
| Exact | The Exact property determines the icon for the values equal to the scale tick mark value. | |
| Greater | The Greater property determines the icon for the values that are greater than the scale tick mark value. | |
| Icon | The Icon property determines the icon for the specified scale tick mark value. | |
| Less | The Less property determines the icon for the values that are less than the scale tick mark value. | |
| NoData | The NoData property determines the icon for the missing values. |
| Property name | Brief description | |
| AutoCalculable | The AutoCalculable property determines whether report scale values are automatically calculated. | |
| AutoScaleMode | The AutoScaleMode property determines auto calculation type for the report scale. | |
| Count | The Count property determines the number of scale tick marks. | |
| IsDirty | The IsDirty property returns True in case the report scale was altered. | |
| Value | The Value property determines scale tick mark value. |
| Method name | Brief description | |
| Apply | The Apply method applies the scale to the specified non-empty value. | |
| ApplyEx | The ApplyEx method applies the scale to the specified value. | |
| AutoSetup | The AutoSetup method executes the scale autoset. |
| Method name | Brief description | |
| AutoCalculate | The AutoCalculate method automatically calculates values for a report scale. |
See also: