This is a migrated thread and some comments may be shown as answers.

Binding To Axis Range

3 Answers 61 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 19 Jun 2012, 01:40 PM
Hello,

Is it possible to access (preferably through binding...using code as a last resort) the "actual" min/max values of an axis? 

I am using the ChartPanAndZoomBehavior on a ChartView and I would like to use the displayed min/max values on the x-axis.

Thank You,

Dan

3 Answers, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 22 Jun 2012, 07:19 AM
Hello Dan,

Currently it is possible to get the actual range only of the LinearAxis from its ActualRange property - verticalAxis.ActualRange.Maximum. This should work in a conjunction with the pan and zoom behavior.

All the best,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Dan
Top achievements
Rank 1
answered on 22 Jun 2012, 01:01 PM
Any chance that they will be bindable in the future?

Thanks,

Dan
0
Petar Marchev
Telerik team
answered on 26 Jun 2012, 10:11 AM
Hi Dan,

I have logged this as a feature request in our PITS where you can vote for it and track its status. Currently it is not possible to use bindings because the ActualRange is a struct and it does not support change notifications.

All the best,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ChartView
Asked by
Dan
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Dan
Top achievements
Rank 1
Share this question
or