Search Results: "wiki/RecentlyCommented" property

dxVectorMap legends

Reference
Configures map legends.

an array of objects and assign it to the legends property. Each object in this array specifies settings of one legend. These settings are described in this section. Each legend requires the source property to be set. This property specifies whether it is areas or markers that must be accompanied with a legend. Learn more from the description of the source property. A map legend contains several

dxChart seriesTemplate

Reference
Defines properties for the series template.

In most cases, you can organize the array that is assigned to the chart's dataSource property in the following way. [ {arg: arg1Value, series1Value: val11, series2Value: val12, ...} {arg... the seriesTemplate configuration object. Within this object, set the data source field that specifies the series name to the nameField property. If you need to specify individual values for properties

dxDiagram dxDiagramShape

Reference
An object that provides information about a shape in the Diagram UI component.

the undefinedresult if the item is not added to the model yet. containerChildItemIds Gets identifiers of shapes stored in the container. Use the containerChildItemIds property to get identifiers of shapes stored in a horizontalContainer or verticalContainer shape. If the container stores no shapes or the shape is not a container, the property returns an empty string When a user pastes or clones several

dxPolarChart commonSeriesSettings

Reference
An object defining the configuration properties that are common for all series of the PolarChart UI component.

that are set within type-specific configuration objects override the corresponding common values. In case you have to set a property for an individual series, use the corresponding series object within.... When defining series using the series configuration object, set the argumentField property to the corresponding field from the data source for each series individually. If the field that supplies

dxPolarChart series

Reference
Specifies properties for PolarChart UI component series.

This property is necessary. If you do not need to specify any of the properties within the series object (e.g., when you have specified them within the commonSeriesSettings object), assign at least... the argumentField property to the corresponding field from the data source for each series individually. If the field that supplies arguments for data points is called in a similar way for several series