Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
dxPieChart seriesTemplate
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
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
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
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
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