Versions Compared

Key

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

...

How the lines are drawn in the graphs is configured in the TimeseriesDisplayConfig.xml file in the SystemConfigFiles directory. Within the   timeMarkersDisplayConfig element a number of  timeMarkerDisplayOptions elements may be configured. See the following example (first in XMLSpy grid view, next as XML):

...

Configuration Steps

1) Open the DisplayGroups 3.15 default.xml file and go to a subplot:
<displayGroup

No Format

	<displayGroup name="

...

MyCatchments">

...


		<display name="

...

A">

...


			<relativeViewPeriod unit="hour" start="-24" end="24"/>

...

       <subplot>

              <timeSeriesSet>

              <moduleInstanceId>MergedPrecipitation_Historical</moduleInstanceId>

              <valueType>scalar</valueType>

              <parameterId>P.merged</parameterId>

              <locationId>2989TH</locationId>

              <timeSeriesType>simulated historical</timeSeriesType>

...


			<subplot>
				<timeSeriesSet>
				<moduleInstanceId>MergedPrecipitation_Historical</moduleInstanceId>
				<valueType>scalar</valueType>
				<parameterId>P.merged</parameterId>
				<locationId>XX</locationId>
				<timeSeriesType>simulated historical</timeSeriesType>
				<timeStep unit="minute" multiplier="15"/>

...


				<relativeViewPeriod unit="hour" start="-48" end="24"/>

...


				<readWriteMode>read only</readWriteMode>
				</timeSeriesSet>

2)Now

              <readWriteMode>read only</readWriteMode>

            </timeSeriesSet>

2)      No insert a forecastConfidenceTimeSpan1 element with a unit attribute (hour) just after the subplot element, like this:<displayGroup

No Format

	<displayGroup name="

...

MyCatchments">

...


		<display name="

...

A">

...


			<relativeViewPeriod unit="hour" start="-24" end="24"/>

...

       <subplot>

...


			<subplot>
				<forecastConfidenceTimeSpan1 unit="hour"/>

...

              <timeSeriesSet>

              <moduleInstanceId>MergedPrecipitation_Historical</moduleInstanceId>

              <valueType>scalar</valueType>

              <parameterId>P.merged</parameterId>

              <locationId>2989TH</locationId>

              <timeSeriesType>simulated historical</timeSeriesType>

...


				<timeSeriesSet>
				<moduleInstanceId>MergedPrecipitation_Historical</moduleInstanceId>
				<valueType>scalar</valueType>
				<parameterId>P.merged</parameterId>
				<locationId>XX</locationId>
				<timeSeriesType>simulated historical</timeSeriesType>
				<timeStep unit="minute" multiplier="15"/>

...


				<relativeViewPeriod unit="hour" start="-48" end="24"/>

...

              <readWriteMode>read only</readWriteMode>

...


				<readWriteMode>read only</readWriteMode>
				</timeSeriesSet>

This should result in a vertical line being draw in the graph:
Image Added

If the colours of the lines should be changed this can be done in the TimeSeriesDisplayConfig.xml file in the SystemConfigFiles directory.