Search Results: "wiki/RecentlyCommented" property

dxPolarChart valueAxis label

Reference
Specifies properties for value axis labels.

font properties for axis labels. format Formats a value before it is displayed in an axis label. See the format section for information on accepted values. When this property value is undefined... Decides how to arrange axis labels when there is not enough space to keep all of them. When axis labels overlap each other, you can rearrange them by setting the overlappingBehavior property. It accepts

dxPolarChart valueAxis visualRange

Reference
Defines the axis' displayed range. Cannot be wider than the wholeRange.

This property accepts one of the following: A two-item array Specifies the range's start and end. The array can contain a pair of numeric, string, or date-time values, depending on the axis's... the minimum visual range that a user can set, use the minVisualRangeLength property. View Demo See Also visualRangeUpdateMode onZoomStart | onZoomEnd endValue The range's

dxSparkline Configuration

Reference
An object that specifies configuration properties for the Sparkline UI component.

the data source field that provides arguments for a sparkline. barNegativeColor Sets a color for the bars indicating negative values. Available for a sparkline of the bar type only. This property... positive values, specify the barPositiveColor property. barPositiveColor Sets a color for the bars indicating positive values. Available for a sparkline of the bar type only. This property supports

dxToolbar Configuration

Reference
An object defining configuration properties for the Toolbar UI component.

the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following extensions to enable the server... notes about data binding: Do not specify the items property if you specified the dataSource, and vice versa. Data field names cannot be equal to this and should not contain the following characters

dxValidationSummary Configuration

Reference
An object defining configuration properties for the UI component.

; ); } } export default App; hoverStateEnabled Specifies whether the UI component changes its state when a user pauses on it. itemComponent An alias for the itemTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information. itemRender An alias for the itemTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering