Page 1 of 1

SurfaceMesh in LegendBox Options

Posted: Mon Oct 19, 2015 7:12 pm
by blakeadkins
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 6518 times
I'd only want to show the color; not the value or units.

Re: SurfaceMesh in LegendBox Options

Posted: Tue Oct 20, 2015 2:48 pm
by ArctionPasi
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.