luetz Posted April 23, 2007 Report Share Posted April 23, 2007 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.