Search Results: "wiki/RecentlyCommented" property

dxChart valueAxis label

Reference
Configures the labels of the value axis.

. component An alias for the template property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information. customizeHint Specifies the hint that appears... As an alternative to the function’s parameter you can use the this keyword. displayMode Allows you to rotate or stagger axis labels. Applies to the horizontal axis only. NOTE Unless the rotated property is set

dxPolarChart ArgumentAxis

Reference
Specifies argument axis properties for the PolarChart UI component.

. firstPointOnStartAngle Specifies whether or not to display the first point at the angle specified by the startAngle property. hoverMode Specifies the elements that will be highlighted when the argument axis is hovered

dxChart commonAxisSettings label

Reference
Configures axis labels.

in relation to ticks. component An alias for the template property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information. displayMode Allows you to rotate or stagger axis labels. Applies to the horizontal axis only. NOTE Unless the rotated property is set to true, the argument axis is horizontal and the value axis is vertical. This property

dxVectorMap legends

Reference
Configures map legends.

an array of objects and assign it to the legends property. Each object in this array specifies settings of one legend. These settings are described in this section. Each legend requires the source property to be set. This property specifies whether it is areas or markers that must be accompanied with a legend. Learn more from the description of the source property. A map legend contains several

dxChart seriesTemplate

Reference
Defines properties for the series template.

In most cases, you can organize the array that is assigned to the chart's dataSource property in the following way. [ {arg: arg1Value, series1Value: val11, series2Value: val12, ...} {arg... the seriesTemplate configuration object. Within this object, set the data source field that specifies the series name to the nameField property. If you need to specify individual values for properties