Versions Compared

Key

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

...

Action that is triggered when the user double clicks on this object with the left mouse button. The action cannot be combined with a leftSingleClickAction

toolTip

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


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>
	<axisTitle>true</axisTitle>
	<imageScaleFactor>1.5</imageScaleFactor>
</chartComponentBehaviourDefinition> 
linkPropertiesToData

Optional. Contains options to link properties of this component to actual data values. For example the height of the component can be changed depending on the data values of a specified variable.

...

Optional. If specified, then the data for the specified variable within the specified relative view period is used to determine threshold crossings. For crossed thresholds, warningLevels are activated. The symbolId property of the most severe activated warningLevel is used to load a graphic from the <defs/> section of a SVG document. This is very similar to how the ThresholdWarningLevelColors works, but can be applied only to <use/> elements in an SVG file as these elements support embedding an elemen from the <defs/> section of the SVG document using a xlink:href attribute.

toolTip

Optional. If specified, then a toolTip with the specified text is displayed for this componenta xlink:href attribute.

replaceTags

If specified, then the tags in the text of this component are replaced using data from the specified variable. See #tags.

...

.

...


Left Single Click Action and Left Double Click Action Configuration Options

...