Search Results: "Write with OpenID" "Write post with name/password" slot

dxPolarChart seriesTemplate

Reference
Defines properties for the series template.

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

Reference
Specifies value axis properties for the PolarChart UI component.

. 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

Reference
Defines an array of the value axis constant lines.

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

Reference
An object defining constant line label properties.

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

Reference
Specifies the appearance of all the UI component's constant lines.

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