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

Change where the X-axis crosses the Y-axis?

2 Answers 156 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Petar
Top achievements
Rank 1
Petar asked on 31 Jul 2013, 01:41 AM
Hi there,

Is there a way to specify where the X-axis crosses the Y-axis?

This can be done in Excel, and you can see an example of how such a chart would look:

http://stackoverflow.com/questions/16537401/how-to-change-where-the-horizontal-axis-crosses-the-vertical-axis-in-geom-bar

In Excel, you can change this via Axis Options > Horizontal/Vertical axis crosses...(and then you can specify a value).

Any ideas on how to get this done using ChartView?

Thanks,
Petar

2 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 02 Aug 2013, 02:11 PM
Hi Petar,

I am afraid this is not supported in RadChartView. It is on our radar, but I am afraid there is no certain timeframe I could provide at the moment.

Best regards,
Ves
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Graeme
Top achievements
Rank 2
answered on 23 Aug 2013, 02:56 PM
I found that it is possible but requires a little bit of of manual work.

Here is a starting point for you:

<telerik:RadCartesianChart.VerticalAxis>
    <telerik:LinearAxis RenderTransformOrigin="0,1">
        <telerik:LinearAxis.RenderTransform>
            <CompositeTransform TranslateX="200"/>
        </telerik:LinearAxis.RenderTransform>
    </telerik:LinearAxis>
</telerik:RadCartesianChart.VerticalAxis>


Graeme
Tags
ChartView
Asked by
Petar
Top achievements
Rank 1
Answers by
Ves
Telerik team
Graeme
Top achievements
Rank 2
Share this question
or