Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Composite chart - winform
posted

Dear all,

I'm a newbie so I need some advice from everyone for my solution. I need create a composite chart which has 3 type of chart: line chart, scatter chart and column chart.

Every point in chart has x-value is Date (example: 03-10-2013) and y-value is value (example: 500). You can see in first attach image

Unfortunately, each type of chart require different type of axis:

  • Column chart: x-axis require type of string
  • Line chart: x-axis require type of string or time
  • Scatter chart: x-axis require type of numeric or time

So, I can't use same x-axis for 3 type of chart. Could you give me some advice.

Many thanks.

Parents Reply Children
No Data