Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
dxFunnel item hoverStyle hatching
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
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
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
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
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