c# - How can I draw Axis three level ticks in OxyPlot -


i want draw axis 3 level ticks in oxyplot provide 2 ticks. major , minor.

twoticks major long, minor short

major long
middle middle <-- want draw this
minor short

how can draw axis 3 level ticks in oxyplot

oxyplot supports major , minor ticks you'll have fork project , modify suit needs support middle ticks. won't easy though, since code involves quite lot of math.

here classes hande major , minor ticks. there many more you'll idea those.

  1. axisutilities.cs
  2. angleaxisrenderer.cs
  3. axisrendererbase

to find rest of classes, can search major , find parts of code deal ticks. also, code compiling on machine , go there.


Comments