Pre loader

Chart Does not display

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

Hi

I cant see it but in therea trigger that actuially renders the data. I have
1) seriesViewModel.Add(new ChartSeriesViewModel(rangeSeries.priceSeries, new FastOhlcRenderableSeries()));

2) update my priceSeries(t,o,h,l,c) with a whole bunch of bars but nothing is plotting

extract from the rangeSeries class

class RangeSeries
{
double rangeSize;
bool firstTickReceived;

    double nextTop;
    double nextBot;

    DateTime T;
    double O;
    double C;
    double H;
    double L;

    public OhlcDataSeries priceSeries;

    public RangeSeries(double s)
    {
        rangeSize = s;
        firstTickReceived = false;

        priceSeries = new OhlcDataSeries();
    } 

Thanks

Paul

  • You must to post comments
0
0

Hi Paul,

Can you follow the debugging steps in this article and let me know the results?

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