ErrorBarsVisualArgs
Interface
The context for the error bars visual function.
Definition
Package:@progress/kendo-vue-charts
Properties
A function that can be used to get the default visual.
Returns:
Element
high
number
The high value of the error bar.
low
number
The low value of the error bar.
options
any
The options object of the error bar.
rect
Rect
The rectangle that defines the normal position of the visual.
sender
Object
The instance of the Chart component.