Jump to content
Software FX Community

Bars-Lines 2D combination


Lirazel

Recommended Posts

You can not have 2 different data sources in the same chart.

You have two options:

1) Combine both datasources into one

2) Write the code to read from both datasources and use the Data API (chart.Data) to pass the data to the chart manually.

As for the Bar-Lines chart simply set:

chart.Series[0].Gallery = Gallery.Bar;

chart.Series[1].Gallery = Gallery.Lines;

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...