32
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.
chart-type
@ The chart type to use in rendering objects for this series objects. This value overrides the default chart type set on the chart.
See ChartType.
css-class
@ The CSS class to use for the series.
items-source
= An array or ICollectionView object that contains data for this series.
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.
symbol-marker
@ The shape of marker to use for the series. This value overrides the default marker set on the chart. See Marker.
symbol-size
@ The size of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels. This value
overrides any set at the chart level.
symbol-style
= The style of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts. This value overrides
any setting at the chart level.
visibility
= The SeriesVisibility value indicating whether and where to display the series.
type
@ The MovingAverageType value for the moving average series.
period
@ The period for the moving average calculation.
WjFlexChartParametricFunctionSeries Class
Base Class
32
WjTrendLineBase
Module
wijmo.angular
File
wijmo.angular.js
AngularJS directive for the FlexChart and FinancialChart MovingAverage object.
The wj-flex-chart-moving-average directive must be contained in a WjFlexChart or 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.
chart-type
@ The chart type to use in rendering objects for this series objects. This value overrides the default chart type set on the chart.
See ChartType.
css-class
@ The CSS class to use for the series.
items-source
= An array or ICollectionView object that contains data for this series.
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.
symbol-marker
@ The shape of marker to use for the series. This value overrides the default marker set on the chart. See Marker.
symbol-size
@ The size of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels. This value
overrides any set at the chart level.
symbol-style
= The style of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts. This value overrides
any setting at the chart level.
29
visibility
= The SeriesVisibility value indicating whether and where to display the series.
sample-count
@ The sample count for the calculation.
min
@ The minimum value of the parameter for calculating a function.
max
@ The maximum value of the parameter for calculating a function.
x-func
@ The function used to calculate the x value.
y-func
@ The function used to calculate the y value.
WjFlexChartRangeSelector Class
Base Class
WjDirective
Module
wijmo.angular
File
wijmo.angular.js
AngularJS directive for the FlexChart RangeSelector object.
The wj-flex-chart-range-selector directive must be contained in a WjFlexChart directive or WjFinancialChart directive. It supports the following
attributes:
is-visible
@ The value indicating whether the RangeSelector is visible.
min
@ The minimum value of the range.
max
@ The maximum value of the range.
orientation
29
@ The orientation of the RangeSelector.
seamless
@ The value indicating whether the minimal and maximal handler will move seamlessly.
min-scale
@ the valid minimum range of the RangeSelector.
max-scale
@ the valid maximum range of the RangeSelector.
WjFlexChartRsi Class
Base Class
WjBaseSingleOverlayIndicator
Module
wijmo.angular
File
wijmo.angular.js
AngularJS directive for the FinancialChart RSI object.
The wj-flex-chart-rsi directive must be contained in a 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.
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.
29
symbol-marker
@ The shape of marker to use for the series. This value overrides the default marker set on the chart. See Marker.
symbol-size
@ The size of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels. This value
overrides any set at the chart level.
symbol-style
= The style of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts. This value overrides
any setting at the chart level.
visibility
= The SeriesVisibility value indicating whether and where to display the series.
period
@ The period for the relative strength index calculation.
WjFlexChartSeries Class
Base Class
WjSeriesBase
Module
wijmo.angular
File
wijmo.angular.js
AngularJS directive for the FlexChart Series object.
The wj-flex-chart-series directive must be contained in a WjFlexChart directive. It supports the following attributes:
axis-x
@ X-axis for the series.
axis-y
@ Y-axis for the series.
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.
31
chart-type
@ The chart type to use in rendering objects for this series objects. This value overrides the default chart type set on the chart.
See ChartType.
css-class
@ The CSS class to use for the series.
items-source
= An array or ICollectionView object that contains data for this series.
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.
symbol-marker
@ The shape of marker to use for the series. This value overrides the default marker set on the chart. See Marker.
symbol-size
@ The size of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels. This value
overrides any settings at the chart level.
symbol-style
= The style of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts. This value overrides
any settings at the chart level.
visibility
= The SeriesVisibility value indicating whether and where to display the series.
In most cases, the wj-flex-chart-series specifies only the name and binding properties. The remaining values are inherited from the parent wj-
flex-chart directive.
WjFlexChartStochastic Class
Base Class
WjBaseOverlayIndicator
Module
wijmo.angular
32
File
wijmo.angular.js
AngularJS directive for the FinancialChart Stochastic object.
The wj-flex-chart-stochastic directive must be contained in a 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.
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.
styles/dt>
The styles for the %K and %D lines.
symbol-marker
@ The shape of marker to use for the series. This value overrides the default marker set on the chart. See Marker.
symbol-size
@ The size of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels. This value
overrides any set at the chart level.
symbol-style
= The style of the symbols used to render data points in this series for Scatter, LineSymbols, and SplineSymbols charts. This value overrides
any setting at the chart level.
visibility
= The SeriesVisibility value indicating whether and where to display the series.
k-period
@ The period for the %K calculation.
d-period
29
@ The period for the %D calculation.
smoothing-period
@ The smoothing period for the %K calculation.
WjFlexChartTrendLine Class
Base Class
WjTrendLineBase
Module
wijmo.angular
File
wijmo.angular.js
AngularJS directive for the FlexChart and FinancialChart TrendLine object.
The wj-flex-chart-trend-line directive must be contained in a WjFlexChart or 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.
chart-type
@ The chart type to use in rendering objects for this series objects. This value overrides the default chart type set on the chart.
See ChartType.
css-class
@ The CSS class to use for the series.
items-source
= An array or ICollectionView object that contains data for this series.
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.
symbol-marker
Documents you may be interested
Documents you may be interested