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; }
Public Property UniformValueClasses As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
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