Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
dxMap markers
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
dxPieChart legend title subtitle
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() { $("#pieChartContainer").dxPieChart({ // ... legend
dxPolarChart argumentAxis constantLines
of each constant line to the constantLines field. It is necessary to set the value property within these objects. The other properties can be set if required. You can customize the appearance of all... override the corresponding properties that are set within the argumentAxis.constantLineStyle object. color Specifies a color for a constant line. This property supports the following colors
dxPolarChart argumentAxis label
Specifies font properties for axis labels. format Formats a value before it is displayed in an axis label. See the format section for information on accepted values. When this property value... Decides how to arrange axis labels when there is not enough space to keep all of them. When axis labels overlap each other, you can rearrange them by setting the overlappingBehavior property
dxPolarChart legend title subtitle
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() { $("#polarChartContainer").dxPolarChart({ // ... legend