Pre loader

How to add border line on an existing theme

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

Hi Scichart Team,

I want to add two border lines on the top and left of the chart on the existing theme —“BrightSpark”, I searched and tried some IThemeProvider memebers but have no luck to solve it.

Please find the detail in attached pic, just like bottom and right sides, add two border lines on the other two sides.

Version
7
Images
  • You must to post comments
1
0

Hi there,

You should set Border and BorderThickness on SciChartSurface control, like you would do for any standard WPF control:

        <s:SciChartSurface BorderThickness="2,2,0,0"
                       BorderBrush="Red">
....
        <s:SciChartSurface />

Best regards,
Joeri

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.