Pre loader

GrowBy action on Axis

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,

What the following GrowBy is actually doing on the YAxis as define below and what is the unit of 0.1 ?

<s:SciChartSurface.YAxis>
            <s:NumericAxis GrowBy="0.1, 0.1" />
        </s:SciChartSurface.YAxis>

thanks for clarification
regards

Version
4
  • You must to post comments
0
0

GrowBy is padding on the VisibleRange.Min, Max

e.g. GrowBy=”0.1, 0.2″ means

‘Set VisibleRange.Min = VisibleRange.Min + VisibleRange.Min * 0.1’
‘Set VisibleRange.Max = VisibleRange.Max + VisibleRange.Max * 0.2’

You can find stuff like this out in our documentation.

Best regards,
Andrew

  • sc sc
    Thanks
  • 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