Search Results: "wiki/RecentlyCommented" property

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

dxChart argumentAxis tick

Reference
Configures the appearance of major axis ticks.

. color Specifies the color of ticks. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address length Specifies the length of ticks in pixels. opacity Specifies how transparent ticks should be. This property accepts a value from 0 to 1, where 0 makes ticks completely transparent

dxChart commonAxisSettings tick

Reference
Configures the appearance of major axis ticks.

. color Specifies the color of ticks. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address length Specifies the length of ticks in pixels. opacity Specifies how transparent ticks should be. This property accepts a value from 0 to 1, where 0 makes ticks completely transparent

dxChart 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() { $("#chartContainer").dxChart({ // ... legend: { title

dxChart valueAxis tick

Reference
Configures the appearance of major axis ticks.

. color Specifies the color of ticks. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address length Specifies the length of ticks in pixels. opacity Specifies how transparent ticks should be. This property accepts a value from 0 to 1, where 0 makes ticks completely transparent