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

Point Chart, Zoom + Tooltips + Axis Lines

1 Answer 50 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Anna
Top achievements
Rank 1
Anna asked on 02 Dec 2011, 11:05 PM
Hello, I am currently working on building a four-quadrant point chart and have a few questions and one issue.

Questions:

  1. How do I remove the X and Y axis lines that show where 0 is on the chart?
  2. Is there a way to set how far in you zoom when you click on the chart?
  3. How do I set custom strip lines at a specified point for both X and Y?

Issue:

  1. Tooltips are not working when Zoom is enabled, when I disable Zoom the tooltips display again.

1 Answer, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 07 Dec 2011, 10:03 AM
Hello Anna,

Onto your questions:
  • You can make the X and Y axis lines transparent like this:
<telerik:RadChart ID="RadChart1" runat="server">
    <PlotArea>
        <XAxis Appearance-Color="Transparent" />
        <YAxis Appearance-Color="Transparent" />
    </PlotArea>
</telerik:RadChart>
  • Zooming in RadChart works on drag-to-zoom principle (and not click-to-zoom) so we are a bit unsure what kind of functionality are you looking for on this one.
  • RadChart does not provide built-in support for custom striplines so indeed using marked zones is the easiest way to achieve the desired effect.

As for tooltips and zooming and scrolling -- this is a known limitation of the control and unfortunately it cannot be worked around (when zooming and scrolling is enabled, all interactivity features like click events, tooltips, etc. are disabled).


Regards,
Giuseppe
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Chart (Obsolete)
Asked by
Anna
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or