Axis in ChartControl sets the interval.
XAxis
- Michael Choi asked 8 months ago
- You must login to post comments
Hi Michael
Take a look at the following resources:
- Set
Axis.VisibleRange
to set axis min, max (see docs) - Set
Axis.MajorDelta
,Axis.MinorDelta
andAxis.AutoTicks
to override gridline spacing (see docs) - See the
TickProvider
documentation for fine-grained programmatic control over the axis grid interval (see docs)
Best regards,
Andrew
- Andrew Burnett-Thompson answered 8 months ago
- You must login to post comments
Your Answer
Please login first to submit.