[]
        
(Showing Draft Content)

WjFlexChartErrorBar Class

WjFlexChartErrorBar Class

AngularJS directive for the FlexChart ErrorBar object.

The wj-flex-chart-error-bar directive must be contained in a wijmo.angular.chart.WjFlexChart directive. It supports the following attributes:

binding
@ The name of the property that contains Y values for the series. This value overrides any binding set for the chart.
binding-x
@ The name of the property that contains X values for the series. This value overrides any binding set for the chart.
items-source
= An array or ICollectionView object that contains data for this series.
name
@ The name of the series to show in the legend.
visibility
= The SeriesVisibility value indicating whether and where to display the series.
error-bar-style
@ The value that specifies the ErrorBar style.
value
@ The value that specifies the error value of the series.
error-amount
@ The value that specifies the error amount of the series.
end-style
@ The value that specifies the end style of the series.
direction
@ The value that specifies the direction of the series.

Heirarchy