Pre loader

Gradient Color for charts

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

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

Version
SciChart.Xamarin.Forms
  • You must to post comments
0
0

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

  • You must to post comments
0
0

hi again,
so I want to ask if it’s possible to highlight regions in my chart for Xamarin.forms

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies