Statistical Chart
A statistical chart shows a mean and a standard deviation for each series/category value pair in the dataset. |
The statistical chart is based on Category Plot.
Its renderers are based on Category Line Renderer and Category Bar Renderer. It inherits all their properties.
This is what statistical chart looks like:
Statistical chart supports two renderers.
Line Renderer
A renderer that draws lines and/or shapes for each data value and then overlays a standard deviation indicator.
Bar Renderer
A renderer that draws bars for each data value and then overlays a standard deviation indicator.
Dataset
The statistical 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. |
Category | String | Name of category. Categories are displayed along the domain axis. |
Mean | Number | Mean value for the above series/category. Values are displayed along the range axis. |
Deviation | Number | Standard deviation value for the above series/category. |
Common Properties
Width, Height, Bindings, Visible, Opaque, Background, Border
All properties of a Category Plot.
Source Data and Source Data Bindings properties.
All properties of a Category Line Renderer (valid if renderer type is Line Renderer).
All properties of a Category Bar Renderer (valid if renderer type is Bar Renderer).
Custom Properties
Error Indicator Paint
Paint used to display the deviation (error) indicator for each item. If this is null then the item paint is used instead (that is, the error indicator will use the same color as the Line/Shape/Bar Outline for the item).
Property name: errorIndicatorPaint
Property type: Data Table
Error Indicator Stroke
Stroke used to draw the deviation (error) indicator for each item. If this property is null, the item Outline Stroke will be used instead.
Property name: errorIndicatorStroke
Property type: Data Table
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.
Was this page helpful?