Hello,
I am displaying SfChart with custom gradient model, and I have noticed the chart colors on iOS are different than on Android.
Android (physical device):
iOS (iPhone simulator):
The charts on Android and iOS have identical color model and a use AreaSeries to display the area gradient and FastLineSeries to display the line with different colors. The AreaSeries has correct colors on both platforms; however, the FastLineSeries has opposite gradient on iOS and does not have a sharp color change when crossing the dashed axis.
Question: Is this a bug or do I need to adjust my color model based on a platform?
Sidenote: Using two series to achieve this chart look feels sub-optimal. I did not find a better solution so I display the same data twice; once as the Line, once as the Area. Tips to achieve this look with a single series is also appreciated.