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

dxNumberBox Configuration

Reference
An object defining configuration properties for the NumberBox UI component.

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

Reference
An object that defines configuration properties for the PieChart UI component.

). 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

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

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

Reference
An object defining the series border configuration properties.

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

Reference
An object 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. 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