0

I am using WinRTXamlToolkit and creating a LineChart. By default the chart does not allow data points ON the axes. But I want to populate the starting data point/coordinate on the y-axis e.g. (0, 20).

How can this be done? I have yet to discover a way. Any suggestion will be helpful.

lbrahim
  • 3,710
  • 12
  • 57
  • 95
  • 1
    I would start at the source. Grab the toolkit's solution and hit F5. Open the chart sample and hit Ctrl+Shift while pointing at different elements of the chart; explore the visual tree. I didn't write the original control, but I suspect you might need to specify a custom `IndependentAxis` for your `LineSeries`. – Filip Skakun Feb 11 '15 at 07:31

1 Answers1

0

Answer is posted in the comment above by Filip who made the library.

lbrahim
  • 3,710
  • 12
  • 57
  • 95