I have a composite chart, can i use a xamWebChart for zooming.
Thank you.
zooming in XamWebChart is simple, just set ScrollEnabled = true on the axis.
the compositing abilities are more limited than the WinForms/ASP.NET version, because you can only have one chart area, two vertical axes, two horizontal axes, and only similar types of chart can be combined.