Search Results: "wiki/RecentlyCommented" property

dxPieChart 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() { $("#pieChartContainer").dxPieChart({ // ... legend

dxPolarChart argumentAxis constantLines

Reference
Defines an array of the argument axis constant lines.

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

Reference
Specifies properties for argument axis labels.

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

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() { $("#polarChartContainer").dxPolarChart({ // ... legend

dxPolarChart valueAxis constantLines

Reference
Defines an array of the value axis constant lines.

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... the corresponding properties that are set within the valueAxis.constantLineStyle object. color Specifies a color for a constant line. This property supports the following colors: Hexadecimal colors