/*! * * 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.radar} * AngularJS directives for wijmo.angular.chart.radar module */ /** * */ export declare var ___keepComment: any; import { WjDirective } from 'wijmo/wijmo.angular.base'; import { WjFlexChartCore, WjSeriesBase } from 'wijmo/wijmo.angular.chart'; import * as wjcChartRadar from 'wijmo/wijmo.chart.radar'; /** * 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.radar"; /** * AngularJS directive for the {@link FlexRadar} control. * * Use the wj-flex-radar directive to add radar 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-flex-radar directive supports the following attributes: * *
*
binding
@ The name of the property that contains Y * values for the chart. You can override this at the series level.
*
binding-x
@ The name of the property that contains X * values for the chart. You can override this at the series level.
*
chart-type
@ The default chart type to use in rendering series * objects. You can override this at the series level. See {@link RadarChartType}.
*
control
= A reference to the {@link FlexRadar} control * that this directive creates.
*
footer
@ The text to display in the chart footer (plain * text).
*
footer-style
= The style to apply to the chart footer.
*
header
@ The text to display in the chart header (plain * text).
*
header-style
= The style to apply to the chart header.
*
initialized
& This event occurs after the binding has finished * initializing the control with attribute values.
*
is-initialized
= A value indicating whether the binding has finished * initializing the control with attribute values.
*
interpolate-nulls
@ The value indicating whether to interpolate or * leave gaps when there are null values in the data.
*
item-formatter
= The formatter function that customizes the * appearance of data points.
*
items-source
= An array or {@link ICollectionView} object that contains * the data used to create the chart.
*
legend-toggle
@ The value indicating whether clicking legend items * toggles series visibility.
*
options
= Chart {@link FlexChart.options} that only apply to certain * chart types.
*
palette
= An array that contains the default colors used for * displaying each series.
*
plot-margin
= The number of pixels of space to leave between the * edges of the control and the plot area, or CSS-style margins.
*
stacking
@ The {@link Stacking} value indicating whether or how series * objects are stacked or plotted independently.
*
reversed
@ The {@link FlexRadar.reversed} value indicating whether angles are reversed * (counter-clockwise).
*
startAngle
@ The {@link FlexRadar.startAngle} value indicating the starting angle for the radar in degrees.
*
totalAngle
@ The {@link FlexRadar.totalAngle} value indicating the total angle for the radar in degrees.
*
symbol-size
@ 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.
*
tooltip-content
@ The value to display in the * {@link ChartTooltip} content property.
*
rendering
& The {@link FlexRadar.rendering} event handler.
*
rendered
& The {@link FlexRadar.rendered} event handler.
*
series-visibility-changed
*
& The {@link FlexRadar.seriesVisibilityChanged} event handler.
*
* * The wj-flex-radar directive may contain the following child directives: * {@link wijmo.angular.chart.WjFlexChartAxis}, {@link wijmo.angular.chart.radar.WjFlexRadarSeries}, {@link wijmo.angular.chart.WjFlexChartLegend} and {@link wijmo.angular.chart.WjFlexChartDataLabel}. */ export declare class WjFlexRadar extends WjFlexChartCore { readonly _controlConstructor: typeof wjcChartRadar.FlexRadar; } /** * AngularJS directive for the {@link FinancialChart} {@link FinancialSeries} object. * * The wj-financial-chart-series directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} 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.
*
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 * {@link FinancialChartType}.
*
css-class
@ The CSS class to use for the series.
*
items-source
= An array or {@link 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 {@link 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 setting 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 {@link SeriesVisibility} value indicating whether and where to * display the series.
*
* * In most cases, the wj-financial-chart-series specifies the name and binding properties only. * The remaining values are inherited from the parent wj-financial-chart directive. */ export declare class WjFlexRadarSeries extends WjSeriesBase { constructor(); readonly _controlConstructor: any; } /** * AngularJS directive for the {@link FlexRadar} {@link FlexRadarAxis} {@link Axis} object. * * The wj-flex-radar-axis directive must be contained in a {@link wijmo.angular.chart.radar.WjFlexRadar} directive. * It supports the following attributes: * *
*
wj-property
@ Defines the {@link FlexChart} property name, * axis-x or axis-y, to initialize with the directive.
*
axis-line
@ The value indicating whether the axis line is visible.
*
binding
@ Gets or sets the comma-separated property names for * the {@link wijmo.chart.Axis.itemsSource} property to use in axis labels. * The first name specifies the value on the axis, the second represents * the corresponding axis label. The default value is 'value,text'.
*
format
@ The format string used for the axis labels * (see {@link wijmo.Globalize}).
*
item-formatter
= The formatter function that customizes the * appearance of axis labels.
*
items-source
= The items source for the axis labels.
*
labels
@ The value indicating whether the axis labels are visible.
*
label-angle
@ The rotation angle of axis labels in degrees.
*
label-align
@ The alignment of axis labels.
*
label-padding
@ The padding of axis labels.
*
major-grid
@ The value indicating whether the axis includes grid lines.
*
major-tick-marks
@ Defines the appearance of tick marks on the axis * (see {@link TickMark}).
*
major-unit
@ The number of units between axis labels.
*
max
@ The minimum value shown on the axis.
*
min
@ The maximum value shown on the axis.
*
minor-grid
@ The value indicating whether the axis includes minor grid lines.
*
minor-tick-marks
@ Defines the appearance of minor tick marks on the axis * (see {@link TickMark}).
*
minor-unit
@ The number of units between minor axis ticks.
*
origin
@ The axis origin.
*
overlappingLabels
@ The {@link OverlappingLabels} value indicating how to handle the overlapping axis labels.
*
position
@ The {@link Position} value indicating the position of the axis.
*
title
@ The title text shown next to the axis.
*
*/ export declare class WjFlexRadarAxis extends WjDirective { constructor(); readonly _controlConstructor: typeof wjcChartRadar.FlexRadarAxis; _initControl(element: any): any; }