Deviation Chart
A deviation chart highlights a range of y-values in the background of a series that is typically rendered as a line. |
The deviation chart is based on XY Plot and XY Line Renderer. It inherits all their properties.
This is what deviation chart looks like:
Dataset
The deviation chart supports Custom Data model only.
It has the following Source Data Bindings:
Binding | Expected Value Type | Description |
Series | String | Textual name of the data series. |
X | Number | Numeric value to display along the domain (X) axis. |
Y | Number | Numeric value to display along the range (Y) axis. |
Y Low | Number | Y-interval lower bound. |
Y High | Number | Y-interval upper bound. |
Common Properties
Width, Height, Bindings, Visible, Opaque, Background, Border
All Data-related properties.
All properties of a XY Plot.
All properties of a XY Line Renderer.
Custom Properties
Alpha
Alpha transparency for the interval shading.
Property name: alpha
Property type: Float
Common Events
Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost
All relevant chart events.
Additional Examples
A deviation chart with two data series:
Was this page helpful?