Y-Axis Orientation |
|
Aligns Y-axis of primary data to either the left or right side of the chart. |
Data Zoom Scope |
|
Sets the Data Zoom Scope to primary or all.
Primary — zooms to the X-axis of the primary data set only. If the primary data set is numeric, it zooms on the Y-axis.
All — changes the X-axis to accommodate all available data, including live data as it is recorded.
|
Show Grid |
|
Turns on/off the chart grid.
true — the grid displays in chart behind data.
false — the grid does not display.
|
Background Color |
|
Turns on/off the background area color for the current theme.
On — the background area color displays in chart behind data.
Off — the background area color does not display.
|
Chart Cursor |
|
Sets the appearance of mouse pointer while positioned over a chart.
Crosshair — the mouse pointer appears as a crosshair.
None — turns off the mouse pointer visibility (while positioned over a chart), hiding it completely.
|
Facets Limit Mode |
Off (default)
Inclusive
Locked
|
Configures whether the WebChart uses a point’s facets for Min and Max.
Off (default) — the WebChart ignores a point’s facets for Min and Max.
Inclusive — the WebChart includes a point’s facets for Min and Max.
Locked — forces the WebChart to use a point’s facets for Min and Max.
NOTE: In each of these settings chartMin and chartMax facet keys can be used as a higher priority substitute to “min” and “max”. Even if the Facet Limit Mode is “Off” it can be
overridden for specific series if a facet key of chartLimitMode is supplied with the corresponding values of “Inclusive” or “Locked”.
NOTE: Previously, if you were not using a chart file to load a WebChart, there was no way to preset any options. In latest version
of
Niagara, there is a Default Options WebProperty on a Px page which you can modify to preset WebChart default options. By default, modifications are saved to
file:^charts/defaultOptions.chart. Even when not on a px page, non-chart files will load their options from this file if it exists and the user has permissions
to view it. This includes the ability to change all options, so even the default time range can be preset.
|
Show Start Trend Gaps |
|
Configures the behavior when drawing the chart line, providing a visual indication (a line gap) of an interruption in data
collection. For example, a station restart or that history collection was disabled and re-enabled.
Yes — if there is a start trend flag on a record the chart does not connect the dot for that record to the previous record, resulting
in a gap in the line
No — allows the dots to be connected, eliminating any such gaps.
|
Show Data Gaps |
|
Configures the behavior when drawing the chart line, it providing a visual indication (a line gap) for records that have either
the hidden flag set or invalid values (+inf, -inf, NaN).
Yes — if a record has a hidden flag set or invalid values (+inf, -inf, NaN) the record’s dots are not connected to adjacent records.
No — if a record has a hidden flag set or invalid values (+inf, -inf, NaN) the record’s dots are connected to adjacent records.
|