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

dxPolarChart argumentAxis stripStyle

Reference
An object defining configuration properties for strip style.

Strips are the highlighted areas of a chart within a defined range of values (maximum and minimum) for an axis to which they belong. In general, strips are used to visually represent a range... the stripStyle object within the argumentAxis or valueAxis configuration object. To set common properties for all strips in a chart, define the stripStyle object within the commonAxisSettings

dxPolarChart argumentAxis stripStyle label

Reference
An object defining the configuration properties for a strip label style.

A strip label displays descriptive information on a strip. To set properties for configuring the strip label style, define the stripStyle.label object within the argumentAxis or valueAxis configuration object. To set common properties for all strip labels in a chart, define the stripStyle.label object within the commonAxisSettings configuration object. Note that the values that are set

dxPolarChart argumentAxis tick

Reference

of charts, but are not visible in the PolarChart UI component by default. To set up tick configuration properties, define the tick object within the argumentAxis or valueAxis configuration object. To set common properties for all ticks in a chart, define the tick object within the commonAxisSettings configuration object. Note that the values that are set for an individual axis override the corresponding

dxPolarChart commonAxisSettings

Reference
An object defining the configuration properties that are common for all axes of the PolarChart UI component.

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 the commonAxisSettings.constantLineStyle object. In addition, you can define the appearance of each constant line individually. For more information, refer to the argumentAxis.constantLines

dxPolarChart commonAxisSettings 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