Pre loader

How to convert a VisibleRange.Min and Max to Double values

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

Dear all,

I need to perfomed a binding of the VisibleRange.Min and .Max to a text box in order to allow the possibility to change manually the visible range.

For that I need to get the Min and Max value of the VisibleRange axis property into double variable.
I was trying to use the VisibleRange.AsDouble() but seems to not working

Thnaks for help on how to do

regards

Version
4
  • You must to post comments
0
0
var doubleRange = VisibleRange.AsDoubleRange();
double min  = doubleRange.Min;
double max = doubleRange.Max;

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