Jump to content
Software FX Community

Possible to use multiple panes when chart is bound to datasource?


luetz

Recommended Posts

I am curious if it is possible to set the pane upon which a series is displayed when the chart's DataSourceSetting's DataSource property is set to a Microsoft DataTable object?

I am filling a table with several series of data and would like some to be graphed on pane #1, and the rest on pane #2.

I have a form (frmStatsChart) that contains a chart object. I instantiate it and set the datasource as below:

Dim ds As New Data.DataSetDim tbl As New Data.DataTable

(code to populate 'tbl' here....)

Dim f As New frmStatsChartf.Chart1.DataSourceSettings.DataSource = ds.Tables(0)

Thanks!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...