This question is locked. New answers and comments are not allowed.
Hello!
I have a question.
We use horizontal bar chart. Set XAxis as inverse (AxisX.IsInverse = true)
Use scroll mode for the X Axis:
But when I scrolling - scroll size is changed.
More details:
I have 12 points.
Properties are:
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.ScrollMode = ScrollMode.ScrollOnly;
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.MinZoomRange = 3 / 12 = 0.25
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeStart = 1 - 0.25 = 0.75
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeEnd = 1
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.SliderSelectionStart = radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeStart;
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.SliderSelectionEnd = radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeEnd;
First look is correct. But when I scrooling - zoom range is changed and I see 9 items instead of 3.
Is this a bug or what I doing wrang?
Thanks, Anatoly Chekh.
I have a question.
We use horizontal bar chart. Set XAxis as inverse (AxisX.IsInverse = true)
Use scroll mode for the X Axis:
But when I scrolling - scroll size is changed.
More details:
I have 12 points.
Properties are:
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.ScrollMode = ScrollMode.ScrollOnly;
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.MinZoomRange = 3 / 12 = 0.25
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeStart = 1 - 0.25 = 0.75
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeEnd = 1
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.SliderSelectionStart = radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeStart;
radChart.DefaultView.ChartArea.ZoomScrollSettingsX.SliderSelectionEnd = radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeEnd;
First look is correct. But when I scrooling - zoom range is changed and I see 9 items instead of 3.
Is this a bug or what I doing wrang?
Thanks, Anatoly Chekh.