Search Results: "wiki/RecentlyCommented" property

dxPieChart PieSeries selectionStyle hatching

Reference
Specifies the hatching properties to be applied when a point is selected.

Within this object you can specify how to apply hatching using the direction property, the width and opacity of lines with the width and opacity properties, and the space between the lines using the step property. direction Specifies how to apply hatching to highlight the selected point. The following values are available. none Do not apply hatching. right Apply an upward diagonal hatching

dxPieChart PieSeries smallValuesGrouping

Reference
Specifies chart segment grouping properties.

all segments that have an index that is equal to or greater than the value of the topCount property. To group all segments with the value less than the value of the threshold property, use a 'smallValueThreshold' mode. By default, the resulting segment is called "others". To change this name, specify the groupName property. View Demo groupName Specifies the name

dxPolarChart 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.

dxPolarChart 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.

dxPolarChart commonSeriesSettings hoverStyle hatching

Reference
Specifies the hatching properties to be applied when a series is hovered over.

Within this object, you can specify how to apply hatching using the direction property, the width and opacity of lines with the width and opacity properties, and the space between the lines using the step property. direction Specifies how to apply hatching to highlight the hovered series. The following values are available. none Do not apply hatching. right Apply an upward diagonal hatching