/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.angular.chart.finance} * AngularJS directives for wijmo.angular.chart.finance module */ /** * */ export declare var ___keepComment: any; import { WjSeriesBase, WjFlexChartCore } from 'wijmo/wijmo.angular.chart'; import * as wjcChartFinance from 'wijmo/wijmo.chart.finance'; /** * Angular module name, which can be used in the angular.module(moduleName) * function to obtain a reference to the module . */ export declare const ngModuleName = "wj.chart.finance"; /** * AngularJS directive for the {@link FinancialChart} control. * * Use the wj-financial-chart directive to add financial charts to your AngularJS applications. * Note that directive and parameter names must be formatted using lower-case letters * with dashes instead of camel case. * * The wj-financial-chart directive supports the following attributes: * *
@
The name of the property that contains Y
* values for the chart. You can override this at the series level.@
The name of the property that contains X
* values for the chart. You can override this at the series level.@
The default chart type to use in rendering series
* objects. You can override this at the series level. See {@link FinancialChartType}.=
A reference to the {@link FinancialChart} control
* that this directive creates.@
The text to display in the chart footer (plain
* text).=
The style to apply to the chart footer.@
The text to display in the chart header (plain
* text).=
The style to apply to the chart header.&
This event occurs after the binding has finished
* initializing the control with attribute values.=
A value indicating whether the binding has finished
* initializing the control with attribute values. @
The value indicating whether to interpolate or
* leave gaps when there are null values in the data.=
The formatter function that customizes the
* appearance of data points.=
An array or {@link ICollectionView} object that contains
* the data used to create the chart.@
The value indicating whether clicking legend items
* toggles series visibility.=
Chart options that only apply to certain chart types.
* See options under {@link FinancialChart} for details.=
An array that contains the default colors used for
* displaying each series.=
The number of pixels of space to leave between the
* edges of the control and the plot area, or CSS-style margins.=
The series object that is selected.@
The {@link SelectionMode} value indicating whether or what is
* selected when the user clicks a series.@
The size of the symbols used to render data
* points in Scatter, LineSymbols, and SplineSymbols charts, in pixels. You can override
* this at the series level.@
The value to display in the
* {@link ChartTooltip} content property.&
The {@link FinancialChart.gotFocus} event handler.&
The {@link FinancialChart.lostFocus} event handler.&
The {@link FinancialChart.rendering} event handler.&
The {@link FinancialChart.rendered} event handler.&
The {@link FinancialChart.seriesVisibilityChanged} event handler.&
The {@link FinancialChart.selectionChanged} event handler.@
X-axis for the series.@
Y-axis for the series.@
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.@
The chart type to use in rendering objects for this series
* objects. This value overrides the default chart type set on the chart. See
* {@link FinancialChartType}.@
The CSS class to use for the series.=
An array or {@link ICollectionView} object that contains
* data for this series.@
The name of the series to show in the legend.=
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.=
The series alternative style.@
The shape of marker to use for the series. This value
* overrides the default marker set on the chart. See {@link Marker}.@
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 setting at the chart level.=
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.=
The {@link SeriesVisibility} value indicating whether and where to
* display the series.