SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi,
so I want ask about the gradient color does the latest version of scichart support using gradient color in charts for both xamrin.android and Xamarin.ios
Hi there,
Yes, it’s supported by using gradient styles in renderable series. For example in this example you can see how we set linear gradient to fill mountain chart.
iOS:
AreaStyle = new SCILinearGradientBrushStyle(0xAAFF8D42, 0x88090E11, SCILinearGradientDirection.Horizontal),
Android:
AreaStyle = new LinearGradientBrushStyle(0, 0, 1, 1, 0xAAFF8D42, 0x88090E11)
Hope this will help you!
Best regards,
Yura
hi again,
so I want to ask if it’s possible to highlight regions in my chart for Xamarin.forms
Please login first to submit.