This question is locked. New answers and comments are not allowed.
Hi,
My case is this:
AxisX -> IsDateTime = true
AutoRange = false
LayoutMode = AxisLayoutMode.Auto
Step = 1
No horizontal scroll bar.
We manually set axis min and max values. We also iterate through all tick points to set labels for each.
The problem is that when the date range is longer than four years then suddenly TickPoints count drops to 2 and labels don't appear on X axis. This seems like a bug or perhaps another parameter should be set differently.
To fix that the value of Step is incremented for every additional 4 years. The expected labels appear at set Step intervals but NOT for every point in the chart.
This is a temporary workaround and we'd like a solution where for every point in the chart a label on X axis is displayed.
Thank you,
Cameron
My case is this:
AxisX -> IsDateTime = true
AutoRange = false
LayoutMode = AxisLayoutMode.Auto
Step = 1
No horizontal scroll bar.
We manually set axis min and max values. We also iterate through all tick points to set labels for each.
The problem is that when the date range is longer than four years then suddenly TickPoints count drops to 2 and labels don't appear on X axis. This seems like a bug or perhaps another parameter should be set differently.
To fix that the value of Step is incremented for every additional 4 years. The expected labels appear at set Step intervals but NOT for every point in the chart.
This is a temporary workaround and we'd like a solution where for every point in the chart a label on X axis is displayed.
Thank you,
Cameron