Search Results: "wiki/RecentlyCommented" property

dxChart StepLineSeries label border

Reference
Configures the borders of point labels.

color Colors the border. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address dashStyle Specifies the dash style of the border. The following dash styles are available: solid The border is a solid, continuous line. longDash The border is displayed using long dashes. dash

dxChart StockSeries label border

Reference
Configures the borders of point labels.

color Colors the border. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address dashStyle Specifies the dash style of the border. The following dash styles are available: solid The border is a solid, continuous line. longDash The border is displayed using long dashes. dash

dxChart ArgumentAxis

Reference
Configures the argument axis.

aggregationGroupWidth Specifies the length of aggregation intervals in pixels. Applies only to axes of continuous and logarithmic types. May be ignored in favor of the aggregationInterval property. aggregationInterval Specifies the length of aggregation intervals in axis units. Applies only to axes of continuous and logarithmic types. argumentType Casts arguments to a specified data type

dxChart CommonAxisSettingsConstantLineStyleLabel

Reference
Configures constant line labels.

position Specifies the position of constant line labels on the chart plot. visible Makes constant line labels...

dxContextMenu showEvent

Reference
Specifies properties for displaying the UI component.

If you assign only a string that specifies event names on which the UI component is shown, the UI component will not apply any delay. JavaScript showEvent: "mouseenter" delay The delay in milliseconds after which the UI component is displayed. name Specifies the event names on which the UI component is shown. The property takes a string value representing a DOM event or a DevExtreme UI Event