We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The WPF Surface Chart control is a high-performance, visually stunning, three-dimensional surface chart. It shows a three-dimensional surface that connects a set of data points.


Data binding in WPF Surface Chart

The WPF Surface Chart supports data binding. You can display data in a grid table format.


Types

The WPF Surface Chart covers the major types required in markets, like surface and contour, with respective wireframe combinations.

Surface

WPF Surface Chart

Surface charts are used to explore the relationships among three-dimensional data.

Wireframe surface

WPF wireframe surface chart.

You can draw the wireframe or mesh for a surface chart.

Contour

WPF contour chart.

Contours represent three-dimensional relationships in two dimensions.

Wireframe contour

WPF wireframe contour chart.

You can draw the wireframe or mesh for the contour chart.


Surface axis

A surface axis is used to locate a data point inside the surface area.

Label customization

WPF Surface Chart with label customization.

Customize the look and feel of the default labels of WPF Surface Chart.

Tick customization

WPF Surface Chart with tick customization.

Define your own style for ticks in WPF Surface Chart.


Surface wall

A surface wall is used to create the three-dimensional view effect.

Wall color customization

WPF Surface Chart with wall color customization.

Define your own style for a wall with the help of the color and thickness properties.

Transparent wall

WPF Surface Chart with transparent wall.

You can hide the wall by setting a transparent color to the surface wall.


Color bar

A color bar contains a set of colors that map to a range of values in a surface chart. A color bar can be docked around the plotting area, including its customizable labels and icons.

Icon customization

WPF Surface Chart with icon customization.

Change the type of color bar to built-in shapes such as circles, rectangles, crosses, or diamonds to improve readability of a chart.

Position customization

WPF Surface Chart with position customization.

Customize the positioning of the color bar to anywhere in the WPF Surface Chart.


Rotation

You can adjust the default view to another direction by rotating the surface chart.

WPF Surface Chart with rotation.


Gradient

The WPF Surface Chart control supports gradient brushes.

WPF Surface Chart with gradient palette support.


Surface chart palettes

The control comes with more built-in palettes and also supports custom palettes.

WPF Surface Chart with surface chart palettes.


WPF Surface Chart Code Example

Easily get started with the WPF Surface Chart using a few simple lines of XAML or C# code example as demonstrated below. Also explore our WPF Surface Chart Example that shows you how to render and configure the XAML Surface Chart in WPF.

<Window xmlns:syncfusion="clr-namespace:Syncfusion.UI.Xaml.Charts;assembly=Syncfusion.SfChart.WPF">
    <syncfusion:SfSurfaceChart />
</Window>
using Syncfusion.UI.Xaml.Charts;
using System.Windows;
namespace SurfaceChartExample
{
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
            SfSurfaceChart surface = new SfSurfaceChart();
            this.Content = surface;
        }
    }
}



95+ WPF CONTROLS

Frequently Asked Questions

The Surface Chart shows a three-dimensional surface that connects a set of data points.- Support for a color bar.- Built-in palettes.- Support for gradient brushes.- Perspective and orthographic views.- Contour and wireframe support.- Simple configuration and API. - Extensive demos and documentation to help you learn quickly and get started with WPF Surface Chart.

You can find our WPF Surface Chart demo on

GitHub location.

App center location.

Microsoft location.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion WPF Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile