Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxNumberBox Configuration
if the UI component lies within an HTML form that will be submitted. onChange A function that is executed when the UI component loses focus after the text field's content was changed using the keyboard
dxPieChart Configuration
). Then, define a template for the series using the seriesTemplate configuration object. Within this object, set the data source field that specifies the series name to the nameField property. If you need
dxPieChart commonSeriesSettings
the border object within the series configuration object. color Specifies a series color. You can use this property to paint all pie slices in the same color. This property supports the following colors... defining configuration properties for a hovered series. To set a custom 'hover' style for the series, use the hoverStyle object within the series configuration object. label An object defining the label
dxPieChart commonSeriesSettings border
To set custom border settings for the series, use the border object within the series configuration object. color Sets a border color for a series. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address dashStyle Specifies a dash style for the border of a series point
dxPieChart commonSeriesSettings hoverStyle
To set a custom 'hover' style for the series, use the hoverStyle object within the series configuration object. border An object defining the border properties for a hovered series. To set custom... to be applied when a point is hovered over. Within this object you can specify how to apply hatching using the direction property, the width and opacity of lines with the width and opacity properties