Search found 6 matches

by grey
Thu May 25, 2023 8:39 am
Forum: LightningChart Ultimate WPF
Topic: PointLineSeries3D pointer over style
Replies: 1
Views: 8263

PointLineSeries3D pointer over style

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 whe...
by grey
Thu May 25, 2023 2:10 am
Forum: LightningChart Ultimate WPF
Topic: SeriesPointCompactColored3D single point color changed
Replies: 2
Views: 7715

Re: SeriesPointCompactColored3D single point color changed

ArctionKestutis wrote: Wed May 24, 2023 12:32 pm Chart is automatically update if you change Property of the chart. If you change just individual item in array or just field in the structure, then you should inform chart about need to refresh data. Call Series.InvalidateData() after you modified color.
Thanks
by grey
Wed May 24, 2023 10:19 am
Forum: LightningChart Ultimate WPF
Topic: SeriesPointCompactColored3D single point color changed
Replies: 2
Views: 7715

SeriesPointCompactColored3D single point color changed

in View3D PointLineSeries3D,I want change the color of one SeriesPointCompactColored3D in PointLineSeries3D.PointsCompactColored when i click it,I add test code in the demo,but the color not changed unless I resize the window after i click,is it a bug? the code is blow //Add 3D point series //Sphere...
by grey
Tue May 23, 2023 9:34 am
Forum: LightningChart Ultimate WPF
Topic: View3D single point click
Replies: 1
Views: 7024

View3D single point click

I can add PointLineSeries3D with A large number of points in view3D,the whole PointLineSeries3D body has click event,I want add A large number of points in view3D directly,and every point i want get click event,what should I do?
by grey
Tue May 23, 2023 3:40 am
Forum: LightningChart Ultimate WPF
Topic: View3D.Annotations mouse event not working
Replies: 2
Views: 7584

Re: View3D.Annotations mouse event not working

ArctionKestutis wrote: Mon May 22, 2023 2:11 pm AllowUserInteraction should be True.
nice thanks
by grey
Mon May 22, 2023 9:23 am
Forum: LightningChart Ultimate WPF
Topic: View3D.Annotations mouse event not working
Replies: 2
Views: 7584

View3D.Annotations mouse event not working

I add a Annotation3D in the wpf demo which named 'Chart with Lights and Cameras', i want do something when mouse click the Annotation,but the Annotation3D.MouseClick、MouseDown and other event about mouse all not work,Why? what should i do? thc code is below var ann = new Annotation3D { Text = "...