Components in chart module Components in chart module are: BarChart ChartCanvas ChartHeader ChartPane DefaultChartLegend LineChart Chart Pane(chart-BarChart/LineChart)Charts are useful to analyze the data. There are two types of charts available, BarChart and LineChart. Whereas BarChart data have set of bars and LineChart data is plotted on each series as a line.Chart Canvas(chart-ChartCanvas)This component is the canvas widget under a ChartPane. Canvas is a editor used to draw the visual graphics, you can edit the properties of the canvas and adding widgets to the canvas pane to bind the data together in a single page.Chart Header(chart-ChartHeader)This component is the header widget under a ChartPane. It describes about the information of a chart, you can change the properties of information present in the chart.BarChart/LineChart(chart-BarChart/LineChart)This component is the container widget created when adding a Px chart.Default Chart Legend(chart-DefaultChartLegend)This component is the legend widget under a ChartPane.chart-LineChartThis component is one of two chart types available (the other is BarChart).Parent topic: Component guides