Search found 3 matches

by magla
Fri Mar 20, 2020 1:44 pm
Forum: LightningChart Ultimate WPF
Topic: Can't set Title color after switching ColorTheme
Replies: 3
Views: 7996

Re: Can't set Title color after switching ColorTheme

Yes, I am aware of both of these pitfalls. The axes are declared inline in the chart in xaml, and I don't move them in code-behind. As shown in the code snippet, I also update the title-color after setting the ColorTheme. I also have the same issue with an AnnotationXY, where I can't change the Fill...
by magla
Thu Mar 19, 2020 11:09 am
Forum: LightningChart Ultimate WPF
Topic: Can't set Title color after switching ColorTheme
Replies: 3
Views: 7996

Can't set Title color after switching ColorTheme

I have set the ColorTheme of the chart in code-behind, and then the color I set for my AxisYTitle in xaml is ignored. Trying to set the text Color after changing the color theme also has no effect. Changing the Fill however works: Chart.ColorTheme = ColorTheme.LightGray; Chart.ViewXY.YAxes[0].Title....
by magla
Tue Mar 29, 2016 4:36 pm
Forum: LightningChart Ultimate WPF
Topic: Removing graph segment with all axes and series in it
Replies: 1
Views: 6083

Re: Removing graph segment with all axes and series in it

OK, thanks. We were missing the update to the series AssignYAxisIndex. A strange thing is though that when we do exactly this, minus the AssignYAxisIndex update, for PointLIneSeries only it works just fine. Do we need to do this for the IntensityGridSeries only or should we do it for the PointLineSe...