1

I custom TickProvider,and the MajorGridLines is show correct. but it's weird on the left and right.

There is double line,how to delete left and right MajorGridLines and show label on the left and right?

here is the current effect

Syfer
  • 4,262
  • 3
  • 20
  • 37
sunliusi
  • 21
  • 3

1 Answers1

0

Its hard to say. Have you pointed WPF Snoop at your applicaiton to determine the source of the line?

Things it could be:

  1. It could be a gridline from your own TickProvider output
  2. It could be the right border of the SciChartSurface.RenderSurface or SciChartSurface.Gridlinespanel
  3. It could be the left border of the NumericAxis on the right

Have a look at the documentation on Templating and Styling Chart Parts to see what parts of the chart you can colour and how.

Dr. Andrew Burnett-Thompson
  • 20,980
  • 8
  • 88
  • 178