[]
        
(Showing Draft Content)

WjFlexChartFibonacci Class

WjFlexChartFibonacci Class

AngularJS directive for the FinancialChart Fibonacci object.

The wj-flex-chart-fibonacci directive must be contained in a 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.
css-class
@ The CSS class to use for the series.
items-source
= An array or ICollectionView object that contains data for this series.
high
@ The high value of Fibonacci tool.
labelPosition
@ The label position for levels in Fibonacci tool.
levels
@ The levels value of Fibonacci tool.
low
@ The low value of Fibonacci tool.
minX
@ The x minimum value of Fibonacci tool.
maxX
@ The x maximum value of Fibonacci tool.
name
@ The name of the series to show in the legend.
style
= The series style. Use ng-attr-style to specify the series style object as an object. See the section on ngAttr attribute bindings in AngularJS Creating Custom Directives and the FlexChart 101 Styling Series sample for more information.
altStyle
= The series alternative style.
visibility
= The SeriesVisibility value indicating whether and where to display the series.
uptrend
@ The value indicating whether to create uptrending Fibonacci tool.

Heirarchy

  • WjSeriesBase
    • WjFlexChartFibonacci