ActiveReports 6 Online Help
XY Charts
Show AllShow All
Hide AllHide All

The ActiveReports Chart control can draw a number of XY chart types:

See below for details on each of the XY chart types.

Bubble Chart

The Bubble chart is an XY chart in which bubbles represent data points. The first Y value is used to plot the bubble along the Y axis, and the second Y value is used to set the size of the bubble. The bubble shape can be changed using the series Shape property.

Chart Information

Below is an example of setting the custom chart properties at run time for a bubble chart as shown in the image above.

To write the code in Visual Basic.NET

To write the code in C#

Bubble XY Chart

The Bubble XY chart is an XY chart in which bubbles represent data points. The BubbleXY uses a numerical X axis and plots the x values and first set of Y values on the chart. The second Y value is used to set the size of the bubble.

Chart Information

Below is an example of setting the custom chart properties at run time for a bubble XY chart as shown in the image above.

To write the code in Visual Basic.NET

To write the code in C#

Line XY Chart

A line XY chart plots points on the X and Y axes as one series and uses a line to connect points to each other.

Chart Information

Plot XY Chart

A plot XY chart shows the relationships between numeric values in two or more series sets of XY values.

Chart Information

See Also

How To