Hi,
We are migrating a Financial Price Chart in silverlight developed with a third party control and it looks like as in attached image. It has two parts: one is Candle chart with open, close, hih and low data while lower part is showing volume as Bar Chart.
My question is if we can creat this with a single chart object in Silverlight using Infragistics charts or we have to use two chart objects and to synchronize them. We are also not willing to show both series in same chart panel
Thanks
To do this scenario you should place one chart on top of another and use their sync settings to synchronize them. You can also hide the labels from one of the x axes to avoid showing duplicate information.
This sample shows one way you can accomplish this sort of scenario: http://samples.infragistics.com/sldv/RunSamples.aspx?cn=data-chart#/data-chart/gallery-financial-indicators
Hope this helps!
-Graham