ComponentOne Chart for .NET (2.0) Search HelpCentral 

Bubble Chart Programming Considerations

The following table lists the Data Arrays used for Bubble charts. Each data series requires X, Y, and Y1 array values to be charted. Adding values to the other arrays will not affect this chart, but filling the arrays with data could make it easier to switch to another chart type that does use those arrays:

Property

Description

X

Holds the position of the bubble relative the X-axis.

Y

Holds the position of the bubble relative to the Y-axis.

Y1

Holds the relative size of the bubble.

Y2

No effect for Bubble charts.

Y3

No effect for Bubble charts.


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.