Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxMenu showFirstSubmenuMode delay
Passing a number to this property is the same as passing an object whose show and hide fields hold equal values. For example, the following ways to specify the delay are identical. JavaScript //number delay: 300 //object delay: { show: 300, hide: 300 } hide The time span after which the submenu is hidden. show The time span after which the submenu is shown.
dxPivotGrid fieldPanel
of the corresponding type. By default, the field panel is hidden. To make it visible, assign true to the visible property. To control the visibility of an individual field area, change the showColumnFields, showRowFields, showDataFields or showFilterFields property respectively. The field panel partially covers the functionality provided by the field chooser. For example, the user can reorder fields
dxPolarChart commonSeriesSettings label connector
A series point label can be placed separately, near the represented point. To make the relationship between a label and its respective point clear, use a connector. Set the connector's visibility and appearance properties using the connector object. color Specifies the color of label connectors. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined
dxPolarChart commonSeriesSettings point border
Use this object to make series points' border visible/invisible and set up such border properties as color and width. color Sets a border color for points in the line and area series. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address visible Sets border visibility for points
dxPolarChart commonSeriesSettings point image
In a common case, chart points are represented by default point markers. However, you can use a custom image as a point marker. To do this, specify the properties of the image object. Assign a URL leading to your image to the url property. If the size of your image does not correspond to your needs, specify the width and height properties. NOTE If you do not need to resize your image, you can