Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Break also has the attribute hideValueLabel. Default is false, if it is set to true,  labels of values that fall into this classbreak will not be displayed.  See example bellow. This is available since 2020.01.

Code Block
languagexml
linenumberstrue
<classBreaks>
		<break color="white" label="0 mg/L" opaquenessPercentage="30" lowerValue="0" colorSmoothingEnabled="true" hideValueLabels="true"/>
		<color color="070268" label="10 mg/L" lowerValue="10" colorSmoothingEnabled="true"/>				
</classBreaks>

...