[]
        
(Showing Draft Content)

WjFlexChartBoxWhisker Class

WjFlexChartBoxWhisker Class

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:

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.
quartile-calculation
@ The value that specifies the quartile calculation for the Box&Whisker chart.
group-width
@ The value that determines the group width as a percentage for the Box&Whisker chart.
gap-width
@ The value that determines the gap width as a percentage for the Box&Whisker chart.
show-mean-line
@ The value that determines whether to show the mean line for the Box&Whisker chart.
mean-line-style
@ The value that specifies the style for the mean line.
show-mean-marker
@ The value that determines whether to show the mean marker for the Box&Whisker chart.
mean-marker-style
@ The value that specifies the style for the mean marker.
show-inner-points
@ The value that determines whether to show the inner points for the Box&Whisker chart.
show-outliers
@ The value that determines whether to show the outliers for the Box&Whisker chart.

Heirarchy

  • WjSeriesBase
    • WjFlexChartBoxWhisker