Search Results: "wiki/RecentlyCommented" property

dxDataGrid groupPanel

Reference
Configures the group panel.

the groupPanel.visible property to true. Alternatively, the visibility of the group panel can depend on the device's screen size. To accomplish this behavior, set the visible property to "auto". In case you need to show the group panel, but make it irresponsive, assign false to the groupPanel.allowColumnDragging property. This is useful, for instance, when grid records are grouped initially and when

dxPolarChart argumentAxis minorTickInterval

Reference
Specifies the interval between minor ticks.

reside. Minor ticks are required when major ticks are far from each other. To set a custom minor tick interval, use the minorTickInterval property. If this property is not set, minor ticks are arranged automatically. In case your axis displays numbers, assign a numeric value to this property. If the axis displays dates, assign one of the predefined string values. To set the interval to several

dxSankey tooltip

Reference

arrowLength Specifies the length of a tooltip's arrow in pixels. border Configures a tooltip's border. color Colors all tooltips. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address This property sets one color for all tooltips. You can specify a particular tooltip's color

dxBarGauge legend title

Reference
Configures the legend title.

To specify only the title's text, assign it directly to this property. Otherwise, set this property to an object with the text and other fields specified. The title can be accompanied by a subtitle. Assign it to the title.subtitle property. font Specifies the legend title's font properties. The following code sample illustrates how to set this property: jQuery index.js $(function

dxChart legend title

Reference
Configures the legend title.

To specify only the title's text, assign it directly to this property. Otherwise, set this property to an object with the text and other fields specified. The title can be accompanied by a subtitle. Assign it to the title.subtitle property. font Specifies the legend title's font properties. The following code sample illustrates how to set this property: jQuery index.js $(function