Hi,
I need to increase the width of the columns displayed in columnseries.
I have attached a sample in which columns are displayed but with very less thickness.
This hampers my requirements.
Can someone please help me on this? I need a solution for this very urgently.
Also I dont want to modify the data as it disturbs the interval.
Thanks
Rakesh
Please find attached image.
Also please inform if there any option to have autosettings interval for x-axis according to screen size.
Thanks in advance,
Someone please reply.
Hi Rakesh,The only way that I believe this will work would be to first filter your data and then provide this filtered data to the chart to be displayed.This behavior, without first filtering your data is not a supported feature of the XamDataChart. If you are pressed for this behavior, it will be possible to work with our consulting team, as they will work closely with you to develop this functionality, under contract; just in case you are interested, I have provided the following link to their website, which describes their role and contact information, for further context.http://d3.infragistics.com/Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
At this moment of time,I am in need of some kind of a workaround for this issue where with this same data(or a filtered data)
we can display the columnseries with a constant interval and fixed sized vertical bars with considerable/visible thickness.
With some data the bars are so thin that they are hardly visible in the chart . I hope you understand my problem.
Rakesh.
Hi Rakesh,Unfortunately, this was one side effect of filtering, (or simply removing) entries from the y-axis’ collection rather than actually filtering the data used to populate it; as the associated space reserved for items that were on the x-axis is still present, this behavior is expected.To achieve the behavior that you are looking for, you will need to filter your incoming data.As this behavior is not supported by the XamDataChart, I have submitted product idea, PI13080005; to have it considered for implementation into a future release.It is also possible to submit your own product ideas, (ideas as implemented based on popularity) by logging into the Infragistics Product Idea website at http://ideas.infragistics.com. If you have any further questions regarding this issue or the associated product idea, please let me know.Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Hi Chris,
If I filter Y's with 0 value from the collection than the interval is gettting disturbed.
Can you please confirm me that your said technique will not disturb the interval.
Hi Rakesh,I have received further information from our chart developers regarding this behavior, which has confirmed my earlier suspicions; that is that this behavior will require that the incoming data is intercepted and filtered, before it is used by the XamDataChart’s ColumnSeries by feeding it through an adapter or by using a linq query to filter the data.As the chart series and axes expect an IEnumerable, it may even be possible to use an iterator method to filter out unwanted values, but it will be necessary to somehow filter your data if you need this behavior.Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support