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?
3Dthis.myChart.View3DAnimations by data assignment in XAML<ig:Series.Animation> <ig:Animation BeginTime="00:00:00.5"/></ig:Series.Animation>DataPointsthis.mySerie.DataPointsCaptionthis.myChart.CaptionOthersHow 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)
Hello Kasar,
Do you have any other questions on this matter?
Sincerely,
Valerie
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your post.
The starting point on a CategoryXAxis cannot be changed.
Instead of using a Line Series, you could use a Scatter Line Series using a NumericXAxis and set the Minimum / Maximum value on that.
http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/?page=xamDataChart_Scatter_Line_Series.html
http://es.infragistics.com/products/wpf/sample/data-chart/gallery-scatter-series
Hello Pamela,
"You could set a minimum value on the axis to force a distance between the edge of the chart and the first data point."
Setting a minimum or maximum value is only supported on numerical axis. How can I realize a distance between the edge of the chart and the first data point with a CategoryXAxis by using Line Series (http://help.infragistics.com/Help/NetAdvantage/WPF/2011.2/CLR4.0/html/xamDataChart_Series_Requirements.html)?
Kasar
Hello kasar,
With regard to the following items:
Image Comparisons
You could set a minimum value on the axis to force a distance between the edge of the chart and the first data point.
Format Axis
You could set the Extent property on the AxisLabelSettings which will set a width for the area where the labels will appear. Without setting the Extent, the labels will default to displaying with the ...
Pamela Brasil
Thank you so much for your previous answers. We have some additional ones for you.
Using the tool „Margin“ I am able to accomplish the wanted distances to the borderlines, however the names of the delineations are not accompanied to the new positions of the series. Please see red markings on pictures 1 and 2. What I am looking for is a suitable distance from the borderlines for easier viewing mode WITH the names of the delineations accompanying the changes to the margins. The axis instances have to follow the changes to the series in order to keep the diagram correct.
Unfortunately I was not comfortable with any of the possible examples of formatting labels at the axis positions. What I need is not a fixed format, but one that adjusts the writing/labeling of the Y-axis in order to have the numbers (or names) always completely written out and legible. Not compacted to ….. no matter the length of the word or number.
Please see the red marking on picture 3 for further reference.
One option would be an automatic reduction of the font size of the y-axis (as it was handled in XamChart), or with an automatic widening of the area that the label is in. Would you be able to give me some options for this?