2D Chart for WinForms | ComponentOne
Specific 2D Charts / Bubble Charts / Bubble Chart Programming Considerations
In This Topic
    Bubble Chart Programming Considerations
    In This Topic

    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.
    See Also