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

3D Funnel Chart for Consistency with WPF

12 Answers 264 Views
Chart
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 07 Oct 2010, 02:50 AM
Hi

There is a Chart in WPF http://www..com/help/wpf/radchart-features-chart-types-3d-charts.html

Can you please duplicate this functionality into the Silverlight library - surely it would be easy...

And it would be so helpful.

My manager wants me to go an buy this http://visifire.com/silverlight_funnel_pyramid_charts_gallery.php

But I'd much rather just have one library.

Please, please, please.

And the PivotTable functionality for Grids would be a bonus also.

Thanks

12 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 12 Oct 2010, 04:21 PM
Hi James,

Thanks for the suggestions. We will definitely consider your input when planning our next Q release.

Kind regards,
Vladimir Milev
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
0
Dwight
Top achievements
Rank 1
answered on 12 Jun 2011, 07:18 AM
Hi

I'm under the impression that any control available for WPF is also available in Silverlight. Can you please tell me if the Funnel Chart control is available for Silverlight.

Thanks in advance
Dwight
0
Vladimir Milev
Telerik team
answered on 15 Jun 2011, 08:03 AM
Hi Dwight,

The funnel chart is one of the exceptions to the rule. 3D Charts are not fully ported to Silverlight because some of them have a rather complex geometry and it would not be feasible to use them with the current 3D engine implementation for silverlight. We have plans to rework our 3D in the future.

We apologize for the inconvenience.

Greetings,
Vladimir Milev
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
0
James
Top achievements
Rank 1
answered on 15 Jun 2011, 08:09 AM
The original request was for a Funnel Chart.. not necessarily 3d although I did use that particularly as an example since it was the only funnel chart available...

However.. remove the 3d requirement..

There is NO Funnel Chart available in Silverlight..

This is a gap ... please just take the logic for the 3d WPF funnel chart and remove the 3d functions from it.. and put it into silverlight.

Thanks
0
Dwight
Top achievements
Rank 1
answered on 15 Jun 2011, 10:16 AM
Hi

That's a pity as I was hoping that there would be something akin to
http://dv2011.componentart.com/#/Views/DemoViewPage.xaml$control=Charting&category=Funnel_Charts&demo=3D_Funnel_with_Side_Panels

Regards, Dwight
0
Vladimir Milev
Telerik team
answered on 21 Jun 2011, 07:45 AM
Hello Dwight,

We have logged your request in PITS here.

Regards,
Vladimir Milev
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
0
James
Top achievements
Rank 1
answered on 21 Jun 2011, 08:00 AM
There are now two entries in the PITS

2D Funnel to have some funnel, any funnel
http://www.telerik.com/support/pits.aspx#/public/silverlight/120


3D Funnel for consistency with WPF
http://www.telerik.com/support/pits.aspx#/public/silverlight/6569

0
Vladimir Milev
Telerik team
answered on 22 Jun 2011, 02:15 PM
Hello James,

We will remove the newer item shortly.

Best wishes,
Vladimir Milev
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
0
James
Top achievements
Rank 1
answered on 12 Dec 2011, 01:37 AM
http://www.telerik.com/support/pits.aspx#/public/silverlight/120

This has now been removed.

Is there a 2d or 3d Funnel coming soon?
0
Giuseppe
Telerik team
answered on 14 Dec 2011, 06:57 PM
Hello James,

Thank you for your interest.

Unfortunately Funnel series type is not included in our current product backlog and will not be available as part of the Q1 2012 release. We will do our best to introduce it with Q2 2012, however, most likely Funnel 2D series type will be added as part of the new RadChartView control as we have focused most of our new development effort in this direction.

Here are some of the most important highlights for RadChartView (currently BETA, official release for Q1 2012):
  • Performance: exceptional performance, intuitive and easy-to-use model and pixel-perfectness were some of the major tasks we have set for this new control.
    • We have separated the chart into several layers, where the core one is totally platform agnostic and is built on top of our custom logical tree. We call this layer the “View Model” of the chart.
    • We have a custom property store used within the charting logical tree. It is about 5 times faster than DependencyObject in look-up time and consumes about 3 times less memory.
    • We have an entirely custom layout and do not rely on the SL layout system to arrange our charting view models.
    • We have a stand-alone visualization layer that presents the chart view model. Every view model is presented by the simplest possible SL visual – e.g. Rectangle, Line, Polyline, etc. Still, every single aspect is fully customizable by specifying Data Templates or Styles.
    • We use Canvas – the only SL panel that does not invalidate measure automatically. When a redraw of some charting part is required, we simply update the Width, Height and Canvas.Left, Canvas.Top properties of the corresponding visual. A simple test proved that calling InvalidateMeasure of the canvas upon a change the in view model degrades performance about 10 times.
  • Architecture: a number of chart controls built for a specific purpose vs one monolith control (provides cleaner, simpler, and relevant API)
    • RadCartesianChart -- hosts Bar, Area, Line, Spline, SplineArea, ScatterPoint, Candlestick, and OHLC series types (and their horizontal & stacked / stacked100 equivalents where applicable).
    • RadPieChart -- hosts Pie series type.
    • RadPolarChart -- hosts PolarLine, PolarArea, PolarPoint, RadarLine, RadarArea, RadarPoint series types.
  • Notable features
    • Financial indicators -- support for about 20 most common financial indicators to complement the data visualization for all cartesian series types.
    • Extended DateTime support built-in in the axes' logic
      • DateTimeCategoricalAxis -- Specialized categorical axis that expects each data point to provide a System.DateTime structure as its value for this axis. The points are grouped by a user-defined date-time component (Year, Month, Day, etc.) and then the groups are sorted chronologically.
      • DateTimeContinuousAxis -- Specialized axis that expects each data point to provide a System.DateTime structure as its value for this axis. May be thought of as a timeline where the coordinate of each data point is calculated depending on the position of its associated DateTime on the timeline. The base unit (or the timeline step) of the axis is calculated depending on the smallest difference between any two dates.
    • Support for linear and logarithmic axes.
    • Built-in data sampling (with extended DateTime awareness)
    • Behaviors:
      • PanAndZoom Behavior -- with smooth scrolling support.
      • TrackBall Behavior (also known as current value indicator) 
      • ToolTip Behavior
      • Selection Behavior


Best wishes,
Giuseppe
the Telerik team

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

0
Albert
Top achievements
Rank 1
answered on 14 Mar 2013, 06:54 PM
Hello James,

Could you please let me know whether Telerik have Silverlight Funnel Series chart type included in the latest release?

Thanks,
Albert
0
Petar Kirov
Telerik team
answered on 19 Mar 2013, 01:00 PM
Hi Albert,

I am afraid that Funnel series are not available in the latest release. However I have prepared a workaround which you might find useful. Please check the attached proejct. I have also attached a screenshot of the end result.
 

Regards,
Petar Kirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart
Asked by
James
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Dwight
Top achievements
Rank 1
James
Top achievements
Rank 1
Giuseppe
Telerik team
Albert
Top achievements
Rank 1
Petar Kirov
Telerik team
Share this question
or