Search Results: "wiki/RecentlyCommented" property

dxDiagram pageSize

Reference
Specifies a size of pages.

The units property specifies the page's measurement units. jQuery JavaScript $(function() { $("#diagram").dxDiagram({ units: "cm", pageSize: { width: 10...; <PageSize width={10} height={10} /> </Diagram> ); } } NOTE If you call the import method, it applies the imported page settings and the pageSize property

dxFilterBuilder customOperations

Reference
Configures custom filter operations.

. Define this property to make the custom operation available for all fields of specific data types. You can also make the operation available for an individual field by including the operation's name in the field's filterOperations array. editorComponent An alias for the editorTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information

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