Map > Map Assembly Interfaces > IMapFillScale
The IMapFillScale interface contains properties and methods that are used to work with a hatching scale.
Property name | Brief description | |
![]() |
Exact | The Exact property determines hatching type for the values, that are equal to the scale tick mark. |
![]() |
Fill | The Fill property determines hatching type for the specified scale tick mark value. |
![]() |
Greater | The Greater property determines hatching type for the values that are greater than the scale tick mark value. |
![]() |
Less | The Less property determines hatching type for the values that are less than the scale tick mark value. |
![]() |
NoData | The NoData property determines the hatching type 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: