Search Results: "wiki/RecentlyCommented" property

dxVectorMap legends 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() { $("#vectorMapContainer").dxVectorMap({ // ... legend

Markup Components dxTemplate

Reference
A custom template's markup.

, specify the template name and assign it to the corresponding xxxTemplate property (for example, itemTemplate, containerTemplate). You can omit specifying the xxxTemplate property if you use the default... component element you specify the template for. See the corresponding xxxTemplate property description for more information on a specific template's binding context. Angular HTMLTypeScript <dx-popup

Overview

Guides

property. For a single-pane chart, this property accepts an object that configures the background color and the border of the pane. jQuery JavaScript$(function() { $("#chartContainer").dxChart... chart, the panes property accepts an array. For further details, refer to the Multi-Pane Chart topic. You can add custom styles (pattern or gradient) to the pane's background. To learn more, refer

Summaries

Guides

summary values. Custom Aggregate Function Client-Side Data Aggregation Follow these steps to configure custom client-side data aggregation for a field: Make sure that the remoteOperations property is not set or set to false. Set the field's summaryType property to "custom". Implement the calculateCustomSummary function as detailed in its description. Server-Side Data Aggregation NOTE This article

Filtering

Guides

in the UI and in code. Filtering in the UI To enable the filtering feature globally, set the PivotGrid.allowFiltering property to true. This property can also be set for each separate field (fields ... you to exclude data for all years except for 2014 and 2015. NOTE If you need to filter data by the group field, assign an array of arrays to the filterValues property. Each item of the filterValues