|
Error Chart |
Top Previous Next |
The error chart is based on XY Plot and XY Line Renderer. It inherits all their properties. This is what error chart looks like:
Dataset The error chart supports Custom Data model only. It has the following Source Data Bindings:
Additional dataset properties: Auto Sort Flag that controls whether the items in the series are automatically sorted into ascending order by x-value. Property name: autoSort Property type: Boolean Allow Duplicate X Values Flag that controls whether two or more items in the series can have the same x-value. Property name: allowDuplicateXValues Property type: Boolean Common Properties Width, Height, Bindings, Visible, Background, Border All Data-related properties. All properties of a XY Plot. All properties of a XY Line Renderer. Custom Properties Draw X-Error Flag that controls whether or not error bars are drawn for the x-values in the dataset. Property name: drawXError Property type: Boolean Draw Y-Error Flag that controls whether or not error bars are drawn for the y-values in the dataset. Property name: drawYError Property type: Boolean Cap Length Length of the caps at each end of the error bar for each data value. Property name: capLength Property type: Float Error Paint Paint used to draw the error bars. If disabled, the renderer will use the series paint. Property name: errorPaint Property type: Data Table Error Stroke Stroke used to draw the error bars. If disabled, the renderer will use the series stoke. Property name: errorStroke 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 Additional Examples An error chart with Draw X-error disabled and Default Lines Visibility enabled:
Almost same as above, but with different settings:
|