I m using Column series in xam data chart and now i want to set the maximum width for all the datapoints in the chart.Is there any way to do that.Please have a look at the chart attached.
Thanks in advance
Hello Jayaprakash C,
For setting the maximum width for all the datapoints displayed is determined by the standard Width property of the control.
Let me know if you have any questions with this matter. Thank you.
This is how i was setting in the xamwebchart..But i m not able to set it in xamdatachart..can u pls illustrate with a code snippet for setting it in xamdatachart
<chart:XamWebChart.Series>
<chart:Series ChartType="Column" DataSource="{Binding Items}" DataMapping="Label=Label;Value=Value;">
<chart:Series.ChartParameters>
<chart:ChartParameter Type="PointWidth" Value="0.3" />
</chart:Series.ChartParameters>
</chart:Series>
</chart:XamWebChart.Series>
Thanks in advance.
For allowing each of the datapoints to be set by width I have created feature request number FR14205 and the case linked to this thread is CAS-87448-YTLYW7. You can find this case at the support activity page: https://ko.infragistics.com/Membership/MySupport.aspx.
This is just a follow up if you have any questions on xamDataChart and if you require any further assistance with this thread.
As far as setting the width for each of the datapoints for the xamDataChart I can submit a feature request.
I tried to use the Gap value in the axis, but it didnt work for me. First of all whether I can limit the DataPoint width in XamDataChart?
Robert suggested me to use XamWebChart with RefreshEnabled set to false. So we reverted our code to XamWebChart.
This is just a follow up if you have any questions on using the xamDataChart and if you require any further assistance with this thread.