Pre loader

WPF Controls inside the chart

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, I’m interested in putting WPF controls like buttons, data grids, sliders, etc. inside the chart.
Is that possible?

Version
7
  • You must to post comments
1
0

Of course, it depends how / where you want to put them and what you want to do.

Ultimately SciChart is a WPF control, so a layout like this:

<Grid>
    <s:SciChartSurface/>
    <YourCustomControl Margin="50"/>
</Grid>

Will work just fine

Maybe you want to place a button inside an annotation on the chart, that can be done using CustomAnnotations API. Any XAML control can be put inside a CustomAnnotation which can then be placed at X1,X2 locations on the chart

Let me know if this helps

Best regards
Andrew

  • You must to post comments
1
0

Hi, thanks!
It helped indeed.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.