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
375
LinearGradient on ScatterLineSeries - Motion Framework
posted

Hi

I am developing a motion chart sample. I am referring the following example.

http://blogs.infragistics.com/blogs/kiril_matev/archive/2011/01/27/delivering-an-interactive-visualization-of-your-time-series-data-using-xamdatachart-and-infragistics-motion-framework.aspx

I want to add more features to the above example.

As the radius of the Bubble changes based on a radius series value. I am having another series which corresponds to the colour of the bubble and Scattered Line series.

I am able to change the colour of the bubble as the bubble moves in timeline based on the value of the color series value.

i want to add linearGradient for Scattered Line series used to show trail.The line should show all the colors with gradation effect for all the values of the color series.

I am having problem in implementing this.