Search Results: "wiki/RecentlyCommented" property

dxValidationSummary OptionChangedEvent

Reference
The type of the optionChanged event handler's argument.

component The UI component's instance. element The UI component's container. fullName The path to the modified property that includes all parent properties. name The modified property if it belongs to the first level. Otherwise, the first-level property into which it is nested. previousValue The UI component's previous value. value The modified property's new value.

dxVectorMap OptionChangedEvent

Reference
The type of the optionChanged event handler's argument.

component The UI component's instance. element The UI component's container. fullName The path to the modified property that includes all parent properties. name The modified property if it belongs to the first level. Otherwise, the first-level property into which it is nested. previousValue The UI component's previous value. value The modified property's new value.

dxLinearGauge rangeContainer width

Reference
Specifies the width of the range container's start and end boundaries in the LinearGauge UI component.

If you need the LinearGauge UI component range container to be rectangular, set the width of its start/end boundary for this property. If you need the range container to be triangular, assign an object to the width property. Set 0 to the start/end property of the width object and the required numeric value to the width object's end/start property. If you need the range container to be trapezoid

dxChart commonSeriesSettings point image

Reference
Substitutes the standard point symbols with an image.

To display an image instead of series points, assign its URL to the url property. If needed, resize the image using the height and width properties. Otherwise, you can assign the URL directly to the image property. View Demo height Specifies the height of the image used instead of a point marker. Normally, this property accepts a numeric value, but if you have a range

dxChart commonSeriesSettings point image url

Reference
Specifies the URL of the image to be used as a point marker.

Normally, this property accepts one URL as a string value, but if you have a range area series, you may want to specify different images for the minimum and maximum points. In that instance, set the url property to an object with the rangeMinPoint and rangeMaxPoint fields. rangeMaxPoint Specifies the URL of the image to be used as a maximum point marker. rangeMinPoint Specifies the URL