Page 1 of 1

AreaSeries don't "fill" the negative value area

Posted: Thu Mar 29, 2018 9:12 am
by Igor
Hi,

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

Thank you very much

Igor

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

Posted: Thu Mar 29, 2018 11:12 am
by ArctionKestutis
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.

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

Posted: Thu Mar 29, 2018 12:32 pm
by Igor
Thank you. HighLowSeries was the solution :-)

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

Posted: Thu Mar 29, 2018 12:48 pm
by Igor
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 8449 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?

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

Posted: Thu Mar 29, 2018 2:37 pm
by ArctionKestutis
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.