Versions Compared

Key

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

...

A list of pre-configured displays can be configured in the Display groups. When available on the file system, the name of the XML file is for example: DisplayGroups 1.00 default.xml

DisplayGroups                              Fixed file name for the explorer settings

1.00                                            Version number

default                                         Flag to indicate the version is the default configuration (otherwise omitted).

The pre-configured displays are organised in a tree view in the time series display (see example in Figure 1). Each pre-configured display is identified by its name, and may include one or more subplots, each with one or more time series lines.

...

Root element for each displayGroup. A display group forms one of the main nodes in the tree view and may contain multiple displays. Multiple display groups may be defined.

Attributes;:

  • description: Optional description
  • plot: Plot complex type
  • displayGroup: displayGroup complex type

...

Defines the plots relating to the displayGroup

Attributes;:

  • description: Description of plot
  • legendFontSize: Font size of legend
  • axis TitleFontSize: Title font size
  • tickLableFontSize: Option to change tick label font size
  • subplot: Link to subplot complex type.

...

Defines the groups of plots to be viewed (i.e. the branches of the shortcuts in the display)


Attributes;:

  • description: Optional description
  • display: Display complex type
  • displayGroup: displayGroup which links to the plot id

...

Root element for each subplot. Multiple sub-plots may be defined per display.

Attributes;:

  • description
  • axisScaleUnit
  • lowerMarginPercentage:
  • upperMarginPercentage:
  • thresholdAxisScaling
  • forecastConfidenceTimeSpan: TimeSpanComplexType
  • area: SubPlotAreaComplexType. Displays the extent of multiple time series as a single area
  • color: Overides colours specified in the timeseriesdiplay
  • lineSytle: Line style of time series marker line. Enumeration of "solid", "none", "bar", "dashdot", "dashed", "dotted".
  • timeSeriesSet  

...

Options available when creating an area type display


Atrributes;:

  • color: Overides other predefined colours
  • opaquenessPercentage: Opaqueness expressed as a percentage
  • IncludesZeros: When true the zero is always included in the painted extent

...