|
| 1 | +- **Series Types** |
| 2 | +The Chart component includes over 20 [series types](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/10%20Line%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/'), with the most popular ones being: |
| 3 | + - [Line](/Documentation/Guide/UI_Components/Chart/Series_Types/Line_Series/) |
| 4 | + - [Bar](/Documentation/Guide/UI_Components/Chart/Series_Types/Bar_Series/) |
| 5 | + - [Area](/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/) |
| 6 | + - [Scatter](/Documentation/Guide/UI_Components/Chart/Series_Types/Scatter_Series/) |
| 7 | + - [Bubble](/Documentation/Guide/UI_Components/Chart/Series_Types/Bubble_Series/) |
| 8 | + - [Financial](/Documentation/Guide/UI_Components/Chart/Series_Types/Financial_Series/) |
| 9 | + - [Range](/Documentation/Guide/UI_Components/Chart/Series_Types/Range_Series/) |
| 10 | + |
| 11 | + [Combine](/concepts/05%20UI%20Components/Chart/10%20Series/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series/Overview/') them, [customize](/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/) appearance, and configure individual [points](/concepts/05%20UI%20Components/Chart/14%20Series%20Points/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Series_Points/Overview/'). |
| 12 | + |
| 13 | +- **Data Sources** |
| 14 | +Chart can load and update data from various [data source](/concepts/70%20Data%20Binding/00%20Specify%20a%20Data%20Source/10%20Local%20Array.md '/Documentation/Guide/Data_Binding/Specify_a_Data_Source/Local_Array/') types. Bind data [directly](/Documentation/Guide/UI_Components/Chart/Data_Binding/Bind_Series_to_Data/#Directly) or use a [series template](/Documentation/Guide/UI_Components/Chart/Data_Binding/Bind_Series_to_Data/#Using_a_Series_Template). |
| 15 | + |
| 16 | +- **Informational Elements** |
| 17 | +You can enhance the Chart with additional information elements, such as: |
| 18 | + |
| 19 | + - [Legend](/concepts/05%20UI%20Components/Chart/35%20Legend/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Legend/Overview/') |
| 20 | + - [Grid](/concepts/05%20UI%20Components/Chart/55%20Grid/00%20Grid.md '/Documentation/Guide/UI_Components/Chart/Grid/') |
| 21 | + - [Title and Subtitle](/concepts/05%20UI%20Components/Chart/58%20Title%20and%20Subtitle.md '/Documentation/Guide/UI_Components/Chart/Title_and_Subtitle/') |
| 22 | + - [Strips](/concepts/05%20UI%20Components/Chart/60%20Strips.md '/Documentation/Guide/UI_Components/Chart/Strips/') |
| 23 | + - [Constant Lines](/concepts/05%20UI%20Components/Chart/65%20Constant%20Lines.md '/Documentation/Guide/UI_Components/Chart/Constant_Lines/') |
| 24 | + - [Error Bars](/concepts/05%20UI%20Components/Chart/85%20Error%20Bars.md '/Documentation/Guide/UI_Components/Chart/Error_Bars/') |
| 25 | + |
| 26 | +- **Interactive Features** |
| 27 | +Add interactivity to your Chart with the following elements: |
| 28 | + |
| 29 | + - [Tooltips](/concepts/05%20UI%20Components/Chart/30%20Tooltips/00%20Overview.md '/Documentation/Guide/UI_Components/Chart/Tooltips/Overview/') |
| 30 | + - [Crosshair](/concepts/05%20UI%20Components/Chart/80%20Crosshair.md '/Documentation/Guide/UI_Components/Chart/Crosshair/') |
| 31 | + - [Zooming and Panning](/concepts/05%20UI%20Components/Chart/95%20Zooming%20and%20Panning '/Documentation/Guide/UI_Components/Chart/Zooming_and_Panning/') |
| 32 | + - [Client-Side Exporting and Printing](/concepts/05%20UI%20Components/Chart/99%20Client-Side%20Exporting%20and%20Printing '/Documentation/Guide/UI_Components/Chart/Client-Side_Exporting_and_Printing/') |
| 33 | + - [Adaptive Layout](/concepts/05%20UI%20Components/Chart/89%20Adaptive%20Layout.md '/Documentation/Guide/UI_Components/Chart/Adaptive_Layout/') |
| 34 | + - [Drill-Down](/Documentation/Guide/UI_Components/Chart/Drill-Down_Chart/) |
| 35 | + |
| 36 | +- **Customization** |
| 37 | +The following Chart customizations are available: |
| 38 | + |
| 39 | + - [Multiple Axes](/Documentation/Guide/UI_Components/Chart/Axes/Multi-Axis_Chart/) |
| 40 | + - [Multiple Panes](/Documentation/Guide/UI_Components/Chart/Panes/Multi-Pane_Chart/) |
| 41 | + - [Custom Legend Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomLegendMarkers/) |
| 42 | + - [Axis Label Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisLabelsTemplates/) |
| 43 | + - [Tooltip Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/TooltipHTMLSupport/) |
| 44 | + - [Color Gradients and Patterns](/Documentation/Guide/UI_Components/Chart/Series/Customize_Appearance/) |
| 45 | + |
| 46 | +- **Data Aggregation** |
| 47 | +Charts with too many series points can impact performance and readability. To improve analysis, DevExtreme Chart supports point and discrete [aggregation](/Documentation/Guide/UI_Components/Chart/Data_Aggregation/) modes. |
0 commit comments