Click or drag to resize

ReportElementUniformValueClasses Property

Controls calculation of value classes in individual instances of the report.

Namespace:  Easymap.AddIn.Elements
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public bool UniformValueClasses { get; set; }

Property Value

Type: Boolean
Remarks
Using UniformValueClasses, an analysis can be executed for the displayed area in a suitable way – provided that you limited the analysis range to the one of the respective Clip Map. Choosing false, the value range is applied to the displayed area only. On the contrary, choosing true, the analysis is applied to the entire map and the results are not limited to the displayed area.
See Also