|
ChartHighValueDataColumn | | (Required) Specifies the name of the datalayer column containing the high data value for each row. |
ChartLowValueDataColumn | | (Required) Specifies the name of the datalayer column containing the low data value for each row. |
ChartXDataColumn | | Specifies the name of a datalayer column whose values will be plotted along the X-axis. |
ChartXDataColumnType | Text |
Number |
DateTime |
Auto |
| Specifies the data type of the datalayer column named in the X-axis Data Column attribute. Options include "Auto" (the default), "Text", "Number", and "DateTime". |
CombineWithSeriesID | | When two series are combined, by default only the first one will appear in the legend. Clicking the item in the legend toggles both series to appear and disappear.
Set this attribute to the element ID of another series to combine it with this series in the legend. Or, the value "Previous" can be entered to combine this series with the previous series.
|
DisableMouseTracking | | Disables mouse tracking for a specific series, when set to "True". This affects tooltips and click events on graphs and points. For large datasets, this may improve performance.
The default value is "False".
|
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
LinkedToXAxisID | | Specifies the ID of an X-Axis element that this series should be linked to when using multiple X-axes. |
LinkedToYAxisID | | Specifies the ID of an Y-Axis element that this series should be linked to when using multiple Y-axes. |
StemColor | | Sets the color of the stem, the vertical line extending from the box to the whiskers. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
StemColorTransparency | | Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other. |
StemLineStyle | Solid |
ShortDot |
ShortDashDotDot |
ShortDashDot |
ShortDash |
LongDashDotDot |
LongDashDot |
LongDash |
Dot |
DashDot |
Dash |
| The style of the stem, the vertical line extending from the box to the whiskers. It can be set to dots, dashes or a combination of the two. |
StemLineThickness | | The thickness of the stem, the vertical line extending from the box to the whiskers. |
WhiskerColor | | Sets the color of the whisker, the horizontal lines marking low and high values. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
WhiskerColorTransparency | | Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other. |
WhiskerLineThickness | | The thickness of the whisker, the horizontal lines marking low and high values. |
WhiskerWidth | | The width of the whisker, the horizontal lines marking low and high values. |