Page 1 of 1

PointLineSeries3D pointer over style

Posted: Thu May 25, 2023 8:39 am
by grey
in View3D PointLineSeries3D,i add some SeriesPointCompactColored3D points, i set the AllowUserInteraction = true, the whole PointLineSeries3D body
will change(highlight) when pointer is over,if i can remove the pointer over style? or modify it?

the PointLineSeries3D style chang from image 1 to 2 when pointer is over it
image1.png
image1.png (679.74 KiB) Viewed 8281 times
image2.png
image2.png (636.67 KiB) Viewed 8281 times

Re: PointLineSeries3D pointer over style

Posted: Thu May 25, 2023 11:20 am
by ArctionKestutis
If you want interaction with series, but don't want highlighting, then use series.Highlight property.

Code: Select all

          series.Highlight = Highlight.None;