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

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

dxPieChart commonSeriesSettings selectionStyle hatching

Reference
Specifies the hatching properties to be applied when a point is selected.

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 selected point. The following values are available. none Do not apply hatching. right Apply an upward diagonal hatching

dxPieChart series

Reference
Specifies properties for the series of the PieChart UI component.

. border 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 Specifies...' style for the series, use the hoverStyle object within the series configuration object. label An object defining the label configuration properties. Each series point can be accompanied by a text

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