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

dxPieChart DoughnutSeries

Reference
An object defining a series of the doughnut type.

configuration properties. To set custom border settings for the series, use the border object within the series configuration object. color Specifies a series color. You can use this property to paint... object within the series configuration object. label An object defining the label configuration properties. Each series point can be accompanied by a text label that represents data related to the point

dxPieChart DoughnutSeries 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 DoughnutSeries 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

dxPieChart DoughnutSeries hoverStyle hatching

Reference
Specifies the hatching properties 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, and the space between the lines using the step property. direction Specifies how to apply hatching to highlight the hovered point. The following values are available. none Do not apply hatching. right Apply an upward diagonal hatching

dxPieChart DoughnutSeries selectionStyle

Reference
An object defining configuration properties for the series when it is selected.

The PieChart UI component comes with API members that allow you to select the series in code. To set a custom 'selected' style for the series, use the selectionStyle object within the series...={fill} /> </Series> </PieChart> ); } hatching Specifies the hatching properties to be applied when a point is selected. Within this object you can