SurfaceMesh in LegendBox Options

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
User avatar
blakeadkins
Posts: 44
Joined: Tue Feb 25, 2014 7:49 pm

SurfaceMesh in LegendBox Options

Post by blakeadkins » Mon Oct 19, 2015 7:12 pm

I want to show some "Ribbons" in the legendbox, but because there is no gradient I don't need the full scale surface gradient to show in the legend box. I'd like to just show the same way as an XY series. Is this possible?

Currently I'm adjusted the "ScaleSizeDim1" and "ScaleSizeDim2", but I still get the following:
surfaceLegendBox.PNG
surfaceLegendBox.PNG (1.18 KiB) Viewed 6475 times
I'd only want to show the color; not the value or units.

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

Re: SurfaceMesh in LegendBox Options

Post by ArctionPasi » Tue Oct 20, 2015 2:48 pm

Maybe you could just use 'dummy' PointLineSeries3D, with LineStyle.Color and Width configured to match the surface color?

And then hide the surfaces from legend box by setting surfaceSeries.ShowInLegendBox = false.
LightningChart Support Team, PT

Post Reply