Search Results: "wiki/RecentlyCommented" property

dxChart Legend title subtitle

Reference
Configures the legend subtitle. The subtitle appears only if the title is specified.

To specify only the subtitle's text, assign it directly to this property. Otherwise, set this property to an object with the text and other fields specified. font Specifies the legend subtitle's font properties. The following code sample illustrates how to set this property: jQuery index.js $(function() { $("#chartContainer").dxChart({ // ... legend: { title

dxDiagram Configuration

Reference
An object that defines the Diagram UI component's configuration properties.

how the Diagram UI component automatically zooms the work area. When the autoZoomMode property is set to fitContent or fitWidth, the Diagram component automatically zooms the work area when the diagram’s layout changes. You can call the fitToContent and fitToWidth methods to fit the zoom level once. The table below lists the autoZoomMode property values and their descriptions

dxForm GroupItem

Reference
This article describes configuration properties of a group form item.

An alias for the captionTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information. captionRender An alias for the captionTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information. captionTemplate Specifies a template that can be used to replace group captions

dxFunnel legend title subtitle

Reference
Configures the legend subtitle. The subtitle appears only if the title is specified.

To specify only the subtitle's text, assign it directly to this property. Otherwise, set this property to an object with the text and other fields specified. font Specifies the legend subtitle's font properties. The following code sample illustrates how to set this property: jQuery index.js $(function() { $("#funnelContainer").dxFunnel({ // ... legend: { title

dxMap markers

Reference
An array of markers displayed on a map.

If you use the Knockout approach when working with the Map UI component, you can pass an observable array to the markers property to easily manage markers. View Demo.... tooltip A tooltip to be used for the marker. This property takes on an object containing the text and isShown fields. The text field specifies the tooltip text. The isShown field takes on a Boolean value