[]
        
(Showing Draft Content)

WjFlexChartWaterfall Class

WjFlexChartWaterfall Class

AngularJS directive for the FlexChart and FinancialChart Waterfall object.

The wj-flex-chart-waterfall 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.
relative-data
@ The value that determines whether the given data is relative.
start
@ The value of the start bar.
start-label
@ The label of the start bar.
show-total
@ The value that determines whether the show the total bar.
total-label
@ The label of the total bar.
show-intermediate-total
@ The value that determines whether to show the intermediate total bar.
intermediate-total-positions
@ The value that contains the index for positions of the intermediate total bar.
intermediate-total-labels
@ The value that contains the label of the intermediate total bar.
connector-lines
@ The value that determines whether to show connector lines.
styles
@ The value of the waterfall styles.

Heirarchy

  • WjSeriesBase
    • WjFlexChartWaterfall