Pre loader

FastBubbleSeries and Rollover

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

Should I have rollover data for FastBubbleRenderableSeries. I do have rollover data that I am displaying for multiple XyScatterRenderableSeries and FastLineRenderableSeries. I do have my rollover modifier set to AllSeries as well, and am ensuring that the data my bubble series is bound to is sorted by the X value.

<s:RolloverModifier x:Name="rolloverModifier" DrawVerticalLine="True" SourceMode="AllSeries" TooltipLabelTemplate="{StaticResource RolloverLabelTemplate}" />

        _putTradeSeries = new FastBubbleRenderableSeries();
        _putTradeSeries.BubbleColor = Brushes.Green.Color;
        _putTradeSeries.ZScaleFactor = 1;
        _putTradeSeries.ResamplingMode = Abt.Controls.SciChart.Numerics.ResamplingMode.None;
        _putTradeSeries.AutoZRange = false;
        _putTradeSeries.SeriesColor = Brushes.Green.Color;
        _putTradeSeries.YAxisId = YAXIS_PRICE;
        sciChartPricePut.RenderableSeries.Add(_putTradeSeries);
  • You must to post comments
0
0

Hi Matt,

Thanks for getting in touch.

The way we see it – you want to get RolloverModifier working for Bubble Series. Well, since FastBubbleRenderableSeries appeared only in SciChart v2.0 and is quite new, the default Rollover Template isn’t included into its default style yet. Therefore, to get Rollover work there you’ll need to create RolloverMarket Template (as it’s discussed here) for Bubble series type.
If we’ve got something wrong, could you please clarify what exactly you’re trying to have here.

UPDATE 2014:
Default marker styles for Rollover have been added for all the series types.

Let us know if this helps,

Best regards,
– Olya

  • 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