0

I am working on a very generic function graphing program using Zedgraph.

The program

I was wondering, is there a built-in Boolean or a method to remove the numbers on the side so that it looks something like this:

The final product expectation

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
  • You should use this site for concise problems, post some code, make others understand your context and your problem. – Tudor Luca Mar 05 '16 at 22:34
  • The pictures are a bit large but his question and problem description are just right. What code could one post while he is looking for the one boolean that will do the trick?? – TaW Mar 06 '16 at 09:39

1 Answers1

0

I have played around with a number of option and could not find one which would remove the axis numbers which is in fact what most graphs are for. But you could get the code as its open source and modify it your self.

JSM
  • 211
  • 1
  • 8