i want draw axis 3 level ticks in oxyplot provide 2 ticks. major , minor.
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.
to find rest of classes, can search major , find parts of code deal ticks. also, code compiling on machine , go there.
Comments
Post a Comment