AngularJS directive for the FlexChart and FinancialChart BoxWhisker object.
The wj-flex-chart-box-whisker directive must be contained in a wijmo.angular.chart.WjFlexChart or wijmo.angular.chart.finance.WjFinancialChart directive. It supports the following attributes:
@
=
AngularJS directive for the FlexChart and FinancialChart BoxWhisker object.
The wj-flex-chart-box-whisker directive must be contained in a wijmo.angular.chart.WjFlexChart or wijmo.angular.chart.finance.WjFinancialChart directive. It supports the following attributes:
@
The name of the property that contains Y values for the series. This value overrides any binding set for the chart.@
The name of the property that contains X values for the series. This value overrides any binding set for the chart.=
An array or ICollectionView object that contains data for this series.@
The name of the series to show in the legend.=
The SeriesVisibility value indicating whether and where to display the series.@
The value that specifies the quartile calculation for the Box&Whisker chart.@
The value that determines the group width as a percentage for the Box&Whisker chart.@
The value that determines the gap width as a percentage for the Box&Whisker chart.@
The value that determines whether to show the mean line for the Box&Whisker chart.@
The value that specifies the style for the mean line.@
The value that determines whether to show the mean marker for the Box&Whisker chart.@
The value that specifies the style for the mean marker.@
The value that determines whether to show the inner points for the Box&Whisker chart.@
The value that determines whether to show the outliers for the Box&Whisker chart.