Versions Compared

Key

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

...

Optional. If specified, then a toolTip with the specified text is displayed for this component.


Below is an example of a chartComponentBehaviourDefinition element, including some of the possible configurations.

Code Block
xml
xml
<chartComponentBehaviourDefinition>
	<svgObjectId>chart_Ijsselmeer</svgObjectId>
	<title>Waterstand IJsselmeer</title>
	<display>
		<displayId>Waterstand_IJsselmeer</displayId>
		<overrulingRelativeViewPeriod unit="hour" start="-48" end="72"/>
	</display>
	<axisLabels >true<<axisLabels>true</axisLabels>
	<axisTitle>true</axisTitle>
	<imageScaleFactor>1.5</imageScaleFactor>
</chartComponentBehaviourDefinition> 

...