You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gist is to plot an AreaSeries that has endpoints defined outside of the X-axis's minimum and maximum values. If AbsoluteMinimum and AbsoluteMaximum are set on the X-axis, then the series will be filled on iOS, but not on Android.
Create a plot with a TimeSpanAxis and a LinearAxis. Set Minimum, Maximum, AbsoluteMinimum, and AbsoluteMaximum value on the TimeSpanAxis and Minimum and Maximum on the LinearAxis.
Add an AreaSeries to the plot. Add two DataPoints to the AreaSeries, one with X less than the TimeSpanAxis's Minimum and one with X greater than the TimeSpanAxis's Maximum. Set Y values on the DataPoints. Set a fill color.
Render the plot in a PlotView.
Platform: Xamarin.Forms Android and iOS
.NET version: 4.5
Expected behaviour
The area series should be filled.
Actual behaviour
The area series is filled on iOS, but not on Android.
Android:
iOS:
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Sample solution: https://drive.google.com/file/d/0B8YvbPIswXQ4aklmYU0xaXR1Yjg/view?usp=sharing
The gist is to plot an
AreaSeries
that has endpoints defined outside of the X-axis's minimum and maximum values. IfAbsoluteMinimum
andAbsoluteMaximum
are set on the X-axis, then the series will be filled on iOS, but not on Android.TimeSpanAxis
and aLinearAxis
. SetMinimum
,Maximum
,AbsoluteMinimum
, andAbsoluteMaximum
value on theTimeSpanAxis
andMinimum
andMaximum
on theLinearAxis
.AreaSeries
to the plot. Add twoDataPoint
s to theAreaSeries
, one withX
less than theTimeSpanAxis
'sMinimum
and one withX
greater than theTimeSpanAxis
'sMaximum
. SetY
values on theDataPoint
s. Set a fill color.PlotView
.Platform: Xamarin.Forms Android and iOS
.NET version: 4.5
Expected behaviour
The area series should be filled.
Actual behaviour
The area series is filled on iOS, but not on Android.
Android:
iOS:
The text was updated successfully, but these errors were encountered: