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
250
A "howtodo" challenge ....
posted

Hi,

I'm a newbe concerning working with the Infragistics controls.

I've to develop a VB.NET application, with rather complicated graphs.

I've been looking at the samples but I can't find a "base graph" which I can use as a sample to start with.

I need a graph with 2 X-axes, 2 Y-axes and 3 datalines (in different colors, but I suppose that can't be a problem)

(see attach for a sample graph)

Has anybody an idea which graphtype I have to use ?

 

THANKS in advance for your reply.

Kind regards,

 

Parents
  • 28496
    Offline posted

    You can start with a composite chart with 2 scatterchart layers, each of which uses a different X and Y axis.  That will take care of the plotting, but you will probably have to handle the FillSceneGraph event to add some custom stuff to your charts, such as the darkened grid lines which seem to have a special meaning in these charts.

Reply Children
No Data