Find Devex Examples and Templates
Use this online devex playground to view and fork devex example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Side-by-Side Bar - DevExtreme Charts (forked)This demo shows the standard bar series type that displays rectangular bars side by side. The side by side bar series help you compare values across different categories. Follow the steps below to create and configure the bar chart:
Bind to Data
In this demo, series is bound to data directly. See the Bind Series to Data article for information. The "state" field name is assigned to the argumentField property of the commonSeriesSettings object since the bar chart contains series with the same argument field.
Specify Common Series Settings
To configure settings for all series in the chart, use the commonSeriesSettings object.
You can configure the following series settings:
The series type
Selection mode
Hover mode
Change point labels' visibility and format.
Customize Side by Side Chart
Use the verticalAlignment and horizontalAlignment properties of the legend object to specify the legend position in the chart.
You can also handle a series point selection in the pointClick event.
To allow a user to export your bar chart into the PNG, JPEG, and SVG file or print the chart, set the export.enabled property to true. In this demo, the exporting is enabled and you can click the "Exporting/Printing" button in the side by side bar chart. This button invokes a drop-down menu with export and print commands.

No- DevExtreme FrameworkYou can use the DataGrid component to display and edit data from an array of objects. Use the dataSource and keyExpr properties to specify the bound array and its key field. For more information, refer to the following help topic: Local Array.
Use the columns property to specify a list of data fields you want to display within the DataGrid as columns. If the columns property is not specified, the component creates columns for all data fields available in objects from the bound array.