문제

I'm trying to evaluate 2 reporting tools, SQL reporting and Telerik reporting, One of the thing my report should create are some charts. Here comes my problem. I would like to get a line chart that looks like this one created on my RDLC that is how I need it.

enter image description here

With Telerik I almost got the same graph but I still have some problems.

  1. I can't eliminate the margins on the X axis (blue squares)
  2. I can't find how to manually set the X axis interval (green square), searching on forums somebody sais that changing the scale property to DateTime Scale (It crashes my designer)
  3. It is possible to move the axis with the ticks at the bottom of the chart (purple square) like it is on the rdlc chart?

enter image description here

도움이 되었습니까?

해결책

At the end I got an answer on the telerik forum how to set the properties I was missing, if somebody is facing a similar problem the solution can be found here Chart Xaxis Margin and label interval The problem in the purple square is solved by selecting the Y axis, from the scale property select CrossAxisPosition, add an element to the collection and set the position atminimum.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top