Pre loader

setAreaStyle problem

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

1
0

I want to change the color of the fill bellow the chart(with blue using line chart,FastMountainRenderableSeries etc) but I have problem with defining the BrushStyle and it wont apply on chart(issue with color define-initPaint).Should I change the function ?or how to change default area color ?

Version
1.0.0.1063
Images
  • You must to post comments
1
0

Hi Patrik,

You can set fill color with next code:

FastMountainRenderableSeries mountainSeries = new FastMountainRenderableSeries();
 // mountain series should be filled using red color
mountainSeries.setAreaStyle(new SolidBrushStyle(Color.RED));

Also you can define gradient fill or fill with specified texture by creating appropriate style instance. You can find more information about brush styles in our documentation: SolidBrushStyle, LinearGradientBrushStyle, RadialGradientBrushStyle and TextureBrushStyle.

Please take a look and let me know if it helps!

Best regards,
Yura

    • Guest
    • 8 years ago
    • 1
    Thanks Yura ! It worked !
  • You must to post comments
Showing 1 result
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