Hello,
In my company we are currently evaluating charting controls for our new Windows Forms application. One of the components which caught our attention is your ChartView control and we are trying to research its capabilities. Could you please answer our questions and give us some technical hints on how to use your component to meet our requirements?
Queries |
Response | |
Is it possible for different series' columns to be overlapped (not side by side) and sorted |
Yes, it is possible by using stacking column series. In this when more than one series were specified, then they will placed as stacking(one above the other) and also we would like to let you know that by default the x axis points will be sorted and the series will get rendered. If you don’t need to sort the points, then specify false to SortPoints of series property. Find the code snippet below to achieve this requirement.
Screenshot with sorted points:
Sample for reference can be find from below link.
| |
Is it possible to put the data points in the middle of X axis intervals? |
Yes, it is possible to add data points in anywhere in chart area using custom points feature. In custom points you can add text, marker with respect to points, chart coordinates, percentage and pixel. We have prepared sample in date time axis. Here you need to pass the x and y values as double, so we have converted the date time format to milliseconds and achieved your requirement. You can change this with respect to your requirement. Find the code snippet below to achieve this requirement.
Screenshot:
Sample for reference can be find from below link.
We have also created sample with numerical axis, kindly find the sample from below link.
For more information on custom points, follow the below link.
Also we would like to know that the axis type(numerical/datetime) you will be using, so that we can provide you exact solution.
| |
Sometimes on the same chart we would like to show two series with different data resolution |
Since we are not clear with your query, we would like to know that, whether you need to use multiple axes(two axes) for x axis for different series, so that we can provide you the solution sooner. | |
Additionally, would it be possible to highlight half of the line to the left of the point and half of the line to the right? |
We are not clear with your query. So, kindly revert us with some screenshot of your requirement, which will be helpful in further analysis and provide you the solution sooner. |