Search Results: "wiki/RecentlyCommented" property

dxFunnel item hoverStyle hatching

Reference
Applies hatching to a funnel item when a user presses the item or hovers the mouse pointer over it.

Hatching fills a funnel item with parallel diagonal lines. direction Specifies hatching line direction. The following values are available: none Does not apply hatching. right Draws diagonal hatching lines upwards from left to right. left Draws diagonal hatching lines downwards from left to right. opacity Specifies the transparency of hatching lines. This property accepts a value from 0

dxFunnel item selectionStyle hatching

Reference
Applies hatching to a selected funnel item.

Hatching fills a funnel item with parallel diagonal lines. direction Specifies hatching line direction. The following values are available: none Does not apply hatching. right Draws diagonal hatching lines upwards from left to right. left Draws diagonal hatching lines downwards from left to right. opacity Specifies hatching line transparency. This property accepts a value from 0 to 1

dxPieChart annotations

Reference
Specifies the annotation collection.

to the annotations[] property. Each object configures an individual annotation. You can set each annotation's type property to "text", "image", or "custom". Depending on the type, specify the annotation's text, image, or template property: jQuery index.js $(function() { $("#pieChart").dxPieChart({ annotations: [{ type: "text", text: "Annotation text

dxPieChart commonSeriesSettings label connector

Reference
Specifies connector properties for series point labels.

A series point label can be placed separately near the represented point. To make the relationship between a label and its respective point clear, use a connector. Set the connector's visibility and appearance properties using the connector object. View Demo color Specifies the color of label connectors. This property supports the following colors: Hexadecimal colors

dxPieChart series label connector

Reference
Specifies connector properties for series point labels.

A series point label can be placed separately near the represented point. To make the relationship between a label and its respective point clear, use a connector. Set the connector's visibility and appearance properties using the connector object. View Demo color Specifies the color of label connectors. This property supports the following colors: Hexadecimal colors