Pre loader

Inverted paint in FastMountainRenderableSeries

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

Answered
1
0

Good day!
I’m working with painting FastMountainRenderableSeries. Now I need to give to user an ability to paint curve not only under the line, but above line too.
Is there any automatic property to make it?
Thank in advance.

Images
  • You must to post comments
Best Answer
1
0

Hi Egor,

The property you are looking for is FastMountainRenderableSeries.ZeroLineY. From our XML documentation:

        /// <summary>
        /// Gets or sets the value which determines the zero line in Y direction.
        /// Used to set the bottom of a column, or the zero line in a mountain
        /// </summary>
        public double ZeroLineY
        {
            get { return (double)GetValue(ZeroLineYProperty); }
            set { SetValue(ZeroLineYProperty, value); }
        }

Try setting the ZeroLineY to the YAxis.VisibleRange.Max value. Does it work?

  • Egor
    Thank you! That works!
  • 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