ErrorBarsVisualArgs
Interface
Represents the context for the error bars visual function.
Definition
Package:@progress/kendo-angular-charts
Properties
Specifies a function that gets the default visual.
Returns:
Element
high
number
Specifies the high value of the error bar.
low
number
Specifies the low value of the error bar.
options
any
Specifies the options object of the error bar.
rect
Rect
Specifies the rectangle that defines the normal position of the visual.
sender
TChart
Specifies the instance of the Chart component.