Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxPolarChart seriesTemplate
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
. This allows you to set axis division without knowledge of the actual axis values. NOTE This property is used for continuous and logarithmic argument axes only. categories Specifies the order... regardless of their order within the data source. Specify the categories array to set the required order of values. In the following example, the values are sorted alphabetically: jQuery
dxPolarChart valueAxis constantLines
of each constant line to the constantLines field. It is necessary to set the value property within these objects. The other properties can be set if required. You can customize the appearance of all the value axis constant lines at once. For this purpose, use the valueAxis.constantLineStyle configuration object. Note that the properties that are set within the valueAxis.constantLine object override
dxPolarChart valueAxis constantLines label
A constant line label shows information on the constant line. You can configure label appearance using the label object. Within this object, you can set font properties, a position and text using..., use the valueAxis.constantLineStyle.label object. Note that the properties that are set within the valueAxis.constantLine.label object override the corresponding properties that are set within
dxPolarChart valueAxis constantLineStyle
corresponding properties or define the look of the labels using the label object. To specify styles for the constant lines of the argument and value axis separately, use the constantLineStyle object within the argumentAxis or valueAxis configuration object correspondingly. Note that the properties that are set within these objects override the corresponding properties that are set within