Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
dxDiagram pageSize
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
. 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
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