Search Results: "wiki/RecentlyCommented" property

dxVectorMap annotations image

Reference
Configures the image to be displayed in the annotation. Applies only if the type is "image".

To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property. View Demo height Specifies the image's height in pixels. url Specifies the image's URL. width Specifies the image's width in pixels.

dxVectorMap commonAnnotationSettings image

Reference
Configures the image to be displayed in the annotation. Applies only if the type is "image".

To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property. View Demo height Specifies the image's height in pixels. url Specifies the image's URL. width Specifies the image's width in pixels.

dxVectorMap layers label

Reference
Specifies marker label properties.

A marker label is a text that accompanies a map marker. Usually, a marker label displays the name of a certain geographical point. To specify a text to be used in a marker label, place it in a field of the marker object. After that, assign the name of this field to the label.dataField property. Finally, enable marker labels by assigning true to the label.enabled property. dataField The name

dxDiagram customShapes

Reference
Provide access to an array of custom shapes.

Use the customShapes property to extend a collection of built-in shapes with custom shapes. Use the toolbox property to add the custom shapes to the toolbox. jQuery index.js $(function() { var... the defaultImageUrl property to specify the default image that is displayed in the card. Set the allowEditImage property to true to allow users to change the image from a context menu. See Also

dxBarGauge legend border

Reference
Configures the legend's border.

color Colors the legend's border. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address NOTE Make the legend's border visible by setting the legend.border.visible property to true. cornerRadius Makes all the legend's corners rounded. This property accepts a positive number