Ribbon like 3D view for line charts

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
rajkumar_r82
Posts: 8
Joined: Mon Nov 17, 2014 6:48 am

Ribbon like 3D view for line charts

Post by rajkumar_r82 » Fri Nov 21, 2014 7:01 am

Is it possible to plot a point line series which appears something like the attachment ?
Attachments
ribbon-chart-1.png
ribbon-chart-1.png (5.22 KiB) Viewed 5917 times

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Ribbon like 3D view for line charts

Post by ArctionPasi » Fri Nov 21, 2014 8:28 am

In LightningChart, that can be done with SurfaceMeshSeries3D. Define a mesh series for each line, of SizeX = number of data points, SizeZ = 2, and set the data values X, Y and Z in the Data property. Hide contours by setting ContourLineType = None.

To make it appear as single-colored line Fill = Toned, and set the ToneColor to your preference. You may want to set ColorSaturation = 100 to remove the lights shading.
LightningChart Support Team, PT

Post Reply