SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
How to move date labels to the middle of the day ?
val xAxis = DateAxis(applicationContext).apply {
drawLabels = true
autoFitMarginalLabels = true
axisTitle = "X Date Axis"
axisAlignment = AxisAlignment.Bottom
drawMajorBands = false
drawMinorGridLines = false
drawMajorGridLines = true
}
Hi Artem,
I think that the best way to do this is to create custom TickProvider for axis and adjust algorithm that provides list of major/minor ticks to draw.
Best regards,
Yura
Please login first to submit.