Pre loader

How to get the chart area width in pixel

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

How can I get the chart area width in pixel to calculate pixel per unit eg. pixel/mm?

Version
5.3.011954
  • You must to post comments
0
0

Hi Roland,

Any WPF control has the property ActualWidth and ActualHeight to report its width, height.

For the SciChartSurface, you can access the inner chart surface’s size using some code like this:

((ChartModiiferSurface)SciChartSurface.ModifierSurface).ActualWidth

For WPF you can convert between size on screen and pixels using a method like this
https://stackoverflow.com/questions/10231627/convert-pixels-to-cm-in-wpf

Best regards,
Andrew

  • 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