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

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

Reference
An object defining the configuration properties for axis ticks.

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 commonSeriesSettings

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

of one type, you can set properties to the values specific to this series type using the corresponding object (area, line or another) within the commonSeriesSettings configuration object. The values that are set within type-specific configuration objects override the corresponding common values. In case you have to set a property for an individual series, use the corresponding series object within

dxPolarChart commonSeriesSettings border

Reference
An object defining the series border configuration properties.

Series of some types can be displayed with borders (bars, area, etc.). To set custom border settings for all such series at once, use the border object within the commonSeriesSettings configuration object. If you have several series of one type, you can set border properties specific to this type using the corresponding object (area, line, or another) within the commonSeriesSettings

dxPolarChart commonSeriesSettings hoverStyle

Reference
An object defining configuration properties for a hovered series.

To set a custom 'hover' style for all series at once, use the hoverStyle object within the commonSeriesSettings configuration object. If you have several series of one type, you can set hover style properties to the values specific to this type using the corresponding object (area, line or another) within the commonSeriesSettings configuration object. The values that are set within series-type