IMapNumericScale

Description

The IMapNumericScale interface contains properties and methods that are used to work with a numeric scale.

Properties

  Property name Brief description
Exact The Exact property determines the number for the values equal to scale tick mark value.
Greater The Greater property determines the number for the values that are greater than the scale tick mark value.
Less The Less property determines the number for the values that are less than the scale tick mark value.
NoData The NoData property determines the number for the missing values.
Number The Number property determines the number for the specified tick mark scale value.

Properties inherited from IMapScale

  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.

Methods

  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.

Methods inherited from IMapScale

  Method name Brief description
AutoCalculate The AutoCalculate method automatically calculates values for a report scale.

See also:

Map Assembly Interfaces