Search Results: "wiki/RecentlyCommented" property

dxPieChart seriesTemplate

Reference
Defines properties for the series template.

In most cases, you can organize the array that is assigned to the chart's dataSource property in the following way. [ {arg: arg1Value, series1Value: val11, series2Value: val12, ...} {arg... the seriesTemplate configuration object. Within this object, set the data source field that specifies the series name to the nameField property. If you need to specify individual values for properties

dxPolarChart argumentAxis tickInterval

Reference
Specifies an interval between axis ticks/grid lines.

Use this property to divide the scale by ticks in a specified interval one from another. If this property is not set, ticks are automatically arranged so that their labels do not overlap each other. In case of a numeric axis, assign a numeric value to this property. If the axis is of the date-time type, assign one of the predefined string values or an object to this property. The object's

dxPolarChart loadingIndicator

Reference
Configures the loading indicator.

When the UI component is bound to a remote data source, it can display a loading indicator while data is loading. To enable the automatic loading indicator, set the enabled property to true. If you want to change the loading indicator's visibility, use the show property or the showLoadingIndicator() and hideLoadingIndicator() methods. backgroundColor Colors the background of the loading

dxPolarChart seriesTemplate

Reference
Defines properties for the series template.

In most cases, you can organize the array that is assigned to the chart's dataSource property in the following way. [ {arg: arg1Value, series1Value: val11, series2Value: val12, ...} {arg... the seriesTemplate configuration object. Within this object, set the data source field that specifies the series name to the nameField property. If you need to specify individual values for properties

dxPolarChart valueAxis tickInterval

Reference
Specifies an interval between axis ticks/grid lines.

Use this property to divide the scale by ticks in a specified interval from each other. If this property is not set, ticks are automatically arranged so that their labels do not overlap each other. In case of a continuous or a logarithmic axis, assign a numeric value to this property. If the axis is of the date-time type, assign one of the predefined string values or an object to this property