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
605
XamChart vs XamDataChart
posted

Hello,

I have used  several properties in XamlChart. But now it is not supported anymore.

So can anybody tell me, which properties in the  new XamlDataChart replace the follow properties from the old XamlChart and how can I develop this with the XamlDataChart in a simple way?

3D
this.myChart.View3D

Animations by data assignment in XAML
<ig:Series.Animation>
   <ig:Animation BeginTime="00:00:00.5"/>
</ig:Series.Animation>

DataPoints
this.mySerie.DataPoints

Caption
this.myChart.Caption

Others
How can I define a distance between the first and last point of a serie to the border? (Example: Image 1 or 2)
How can I optionally expand or fade in the explanation (legend), becauce there is not enough place and so  each serie in the explanation is partially overlapped.
How can I dynamically adjust the widh of labels in y-axis to their maximum width? If a label is to big, it is not completely displayed, but truncated. Or how can I  dynamically change the size of font? (Example: See the difference of FontSize in image 1 and 2)