New to Telerik UI for WPF? Download free 30-day trial

3D Charts

RadChart offers 18 3D chart types:

  • Bar 3D WPF RadChart  As Bar charts do, the Bar3D charts graphically display values in vertical and horizontal bars across categories. Bar3D charts are useful for comparing multiple series of data (i.e. providing snapshots of data at particular points in time).

  • Stacked Bar 3D WPF RadChart  As StackedBar charts, the StackedBar3D are used to compare contributions of values to a total across categories. Use the StackedBar3D chart when you need visibility to the combined values for each category.

  • Stacked Bar 100% 3D WPF RadChart  As Stacked Bar 100% charts, Stacked Bar 100% 3D shows the combined contribution of values as percentages where the combined total for each category is 100 percent. Use when the relationship between values in a category is more significant than the amounts.

  • Pie 3D WPF RadChart  The Pie3D chart shows slices representing fractional parts of a whole. When you need to display the contribution of fractional parts to a whole.

  • Doughnut 3D WPF RadChart  Same as Pie3D chart, but leaving the center empty (for additional Pie3D/Doughnut3D series). When you need to display the contribution of fractional parts to a whole.

  • Line 3D WPF RadChart  Line3D chart type displays a set of data points connected by a line in a 3D scene. A common use for the line chart is to show trends over a period of time.

  • Area 3D WPF RadChart  The Area 3D chart consists of a series of data points joined by a line where the area below the line is filled. Area charts are appropriate for visualizing data that fluctuates over a period of time and can be useful for emphasizing trends.

  • Stacked Area 3D WPF RadChart  The Stacked Area 3D chart is a variation of the Area 3D chart that displays trends of the contribution of each value over time (or across categories). The areas are stacked so that each series adjoins but does not overlap the preceding series. Stacked Area charts are appropriate for visualizing data that fluctuates over a period of time and can be useful for emphasizing trends.

  • Stacked Area 100% 3D WPF RadChart  The Stacked Area 100% 3D charts are a variation of the Stacked Area charts that present values for trends as percentages, totaling to 100% for each category. Use this chart type to visualize data that fluctuates over a period of time and where the relationship between the values in a category is more significant than the amounts.

  • Stacked Line 3D WPF RadChart  The Stacked Line 3D chart is a variation of the Stacked Line chart that displays a set of data points connected by a line, but the lines are stacked so that each series adjoins but does not overlap the preceding series. Use this chart type when you need visibility to the combined values of two or more series.

  • Funnel Funnel 3D The Funnel chart renders data from a single series, where items are stacked on top of each other. The height of the items represent their contribution to the whole. When you need to display the contribution of fractional parts to a whole.

  • Pyramid Pyramid The Pyramid chart renders data from a single series, where items are stacked on top of each other. The height of the items represent their contribution to the whole.

    When you need to display the contribution of fractional parts to a whole.
  • Spline 3D Spline 3D Spline 3D charts allow you to take a limited set of known data points and approximate intervening values. The Spline 3D chart is often used for data modelling by taking a limited number of data points and interpolating or estimating the intervening values.

  • *Spline Area 3D WPF RadChart  The Spline Area 3D chart type defines one or more spline curves and fills in the space defined by the spline in the 3D scene. Can be used for data modelling. It takes a limited number of data points and interpolates the intervening values. This chart type also emphasizes the area between the spline curve and a mid-point of the spline.

    • Stacked Spline 3D WPF RadChart  The Stacked Spline 3D chart is a variation of the Stacked Spline chart. The areas are stacked so that each series adjoins but does not overlap the preceding series. Use the Stacked Spline when you need to show the correlation between two or more series of data visualized as splines.

    • Stacked Spline Area 3D WPF RadChart  The Stacked Spline Area 3D chart is a variation of the Spline Area 3D chart that displays trends of the contribution of each value over time (or across categories). The areas are stacked so that each series adjoins but does not overlap the preceding series. Can be used for data modelling. It takes a limited number of data points and interpolates the intervening values. This chart type allows the entire surface area for all sequences to be displayed at one time.

    • Stacked Spline Area 100% 3D WPF RadChart  The Stacked Spline Area 100% 3D charts are a variation of the Spline Area 3D chart. The areas are stacked so that each series adjoins but does not overlap the preceding series and where the combined total for each category is 100 percent. Can be used for data modelling. It takes a limited number of data points and interpolates the intervening values. This chart type allows the entire surface area for all sequences to be displayed at onece. Use this chart type when the relationship between values in a category is more significant than the amounts.

    • Bubble3D WPF RadChart  The Bubble3D chart shows correlations between sets of values. The bubble size is used to convey larger values. The Bubble3D chart is often used for scientific data modeling or financial data.

    See Also

In this article