Search found 3 matches

by feberhard
Wed Nov 22, 2017 5:04 pm
Forum: LightningChart Ultimate WPF
Topic: Axis min/max y value
Replies: 1
Views: 4972

Axis min/max y value

Hi, is there a more efficient way to get the min/max y values of all axes than to perform the following steps 1. get min/max x-values per series grouped by axis by calling series.GetXMinMax(out xMin, out xMax) 2. get min/max y-value per series grouped by axis by calling series.GetMinMaxFromXRange(ou...
by feberhard
Mon Nov 13, 2017 3:20 pm
Forum: LightningChart Ultimate WPF
Topic: Annotations in front with multiple x-axes
Replies: 2
Views: 5174

Re: Annotations in front with multiple x-axes

That solved my problem.

Thank you very much.
by feberhard
Mon Nov 13, 2017 1:58 pm
Forum: LightningChart Ultimate WPF
Topic: Annotations in front with multiple x-axes
Replies: 2
Views: 5174

Annotations in front with multiple x-axes

Hi, Is there a simple way to have an annotation always on top of all series from different x-axes? Currently I have one x-axis in the beginning on which I create the annotation on. Series on this initial x-axis are behind the annotation. However, when I add additional x-axes with additional series, ...