AreaSeries don't "fill" the negative value area

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
Igor
Posts: 67
Joined: Mon Sep 28, 2015 1:14 pm

AreaSeries don't "fill" the negative value area

Post by Igor » Thu Mar 29, 2018 9:12 am

Hi,

why does the AreaSeries in ViewXy don't fill the negative value area?
areaSeriesNegativeValues.png
areaSeriesNegativeValues.png (50.15 KiB) Viewed 8333 times
Is there a property or something else which I have to set?

Thank you very much

Igor

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: AreaSeries don't "fill" the negative value area

Post by ArctionKestutis » Thu Mar 29, 2018 11:12 am

Hi,

I believe that you need to set series.BaseValue
However, fill not will be in the middle section as your arrow points. Check HighLowSeries, as it may be more suitable for your purpose.

All the best.

Igor
Posts: 67
Joined: Mon Sep 28, 2015 1:14 pm

Re: AreaSeries don't "fill" the negative value area

Post by Igor » Thu Mar 29, 2018 12:32 pm

Thank you. HighLowSeries was the solution :-)

Igor
Posts: 67
Joined: Mon Sep 28, 2015 1:14 pm

Re: AreaSeries don't "fill" the negative value area

Post by Igor » Thu Mar 29, 2018 12:48 pm

But now I have an another issue.

It's a little bit difficult to discribe, so please refer to the image.
HighLowSeriesEventMarker.png
HighLowSeriesEventMarker.png (27.16 KiB) Viewed 8328 times
I'd like to show labels for the current y-values. In this example my actual values are the values from the sinus curve.
The zero line is just the "base"-line.

But if I use the SeriesEventMarker it looks like in the image.

Do you understand what I mean?

Do you have a recommendation for me?

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: AreaSeries don't "fill" the negative value area

Post by ArctionKestutis » Thu Mar 29, 2018 2:37 pm

Hi Igor,
I believe you pointing to Markers' overlap problem. We discussed way to reduce number of markers dynamically 2 month ago in emails.
All the best.

Post Reply