ComponentOne BubbleChart for ASP.NET Web Forms
In This Topic
    Data Binding
    In This Topic

    The C1BubbleChart supports binding data from an external data source on the server. DataBinding is allowed by setting the DataSourceID or the DataSource and DataBindings. The following properties are used to bind X and Y values to the specified data field:

    DataBindings is a collection that contains the C1BubbleChartBindings instances. C1BubbleChartBinding includes the following properties:

    See Also