0

As you can see from below my LineSeries chart (Silverlight Toolkit) utilize the whole area. How can I add a padding to it? So that the line does not stop/end/start at the border. For as you can see from the label it gets overlapped with the border, making it look less nice.

enter image description here

Jason94
  • 13,320
  • 37
  • 106
  • 184

1 Answers1

0

Why don't you increase the axis? Like: Vertical axis goes from 1000 to 9000 - and horizontal axis goes from 30.07 up to 08.08.

And: If you want to set margins to the whole control - doesn't margins / padding work for you?

Stone
  • 235
  • 1
  • 3
  • 9