Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxPolarChart commonAxisSettings stripStyle label
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
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
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
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
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