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

Chart AdditionalYAxes title cannot be bound to a property

1 Answer 81 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Masha
Top achievements
Rank 1
Masha asked on 21 Oct 2010, 04:02 PM
Hi,

I'm trying to bind the AdditionalYAxes Y title to a property (MvvM) but its just not being set. The first Y axis title is bound to a property and being populated correctly.

This is how the first one bound:

<telerikCharting:ChartArea.AxisY>
                                <telerikCharting:AxisY Title="{Binding YAxisName}"
                                                       ExtendDirection="None"
                                                       IsZeroBased="True" >
                                </telerikCharting:AxisY>
          </telerikCharting:ChartArea.AxisY>

This is how the additional:

<telerikCharting:ChartArea.AdditionalYAxes>
                                <telerikCharting:AxisY Title="{Binding YAxis2Name}"
                                                       AxisName="Axis"
                                                       ExtendDirection="None"
                                                       IsZeroBased="True">
                                </telerikCharting:AxisY>
</telerikCharting:ChartArea.AdditionalYAxes>

Thank you!

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 25 Oct 2010, 04:01 PM
Hello Masha,

Indeed we must admit this is a bug within the control. Unfortunately we cannot suggest you a workaround at the moment but we have forwarded the issue to our developers and it will be addressed for the weekly internal build scheduled on Friday (you can then download it from your Client.Net account).

We have updated your Telerik points for the report as well.


Regards,
Freddie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
Masha
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or