Search Results: "wiki/RecentlyCommented" property

dxSankey link hoverStyle hatching

Reference
Applies hatching to a link when it is hovered over or pressed.

Hatching fills a line with parallel diagonal lines. direction Specifies hatching lines' direction. The following values are available: none Does not apply hatching. right Draws diagonal hatching lines upwards from left to right. left Draws diagonal hatching lines downwards from left to right. opacity Specifies hatching lines' transparency. This property accepts a value from 0 to 1: 0 makes

dxSankey node hoverStyle hatching

Reference
Applies hatching to a node when it is hovered over or pressed.

Hatching fills a node with parallel diagonal lines. direction Specifies hatching lines' direction. The following values are available: none Does not apply hatching. right Draws diagonal hatching lines upwards from left to right. left Draws diagonal hatching lines downwards from left to right. opacity Specifies hatching lines' transparency. This property accepts a value from 0 to 1: 0 makes

dxTreeList Node

Reference
A TreeList node's structure.

property. With hierarchical data, keys can be generated automatically if key and keyExpr are not set. level The node's hierarchical level. The level of the root node is -1. This node is not visualized

dxVectorMap VectorMapLegendItem

Reference
An object that provides information about a legend item in the VectorMap UI component.

See Also legends[] color The color of the legend item's marker. If the legend is grouped by color, this property's value is different for each legend item. Otherwise, the value equals the markerColor. end The end value of the group that the legend item indicates. marker A legend item marker. start The start value of the group that the legend item indicates. text The text that the legend

DataSource store

Reference
Configures the store underlying the DataSource.

This property accepts one of the following: Store instance An ArrayStore, LocalStore, ODataStore, or CustomStore instance. Store configuration object An ArrayStore, LocalStore, or ODataStore configuration object. Make sure to set the type property. Array Assigning an array to the store property automatically creates an ArrayStore in the DataSource. jQuery JavaScript var ds = new