Pre loader

Rollorver Feedback and SciChartGroup

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

How to use Rollorver Feedback in SciChartGroup ?

  • You must to post comments
0
0

Hi,

You need to add RolloverModifier to SciChartSurface and set MouseEventGroup attached property if you want it to be shared across all panes:

        <s:SciChartGroup ...>
            <s:SciChartGroup.ItemTemplate>
                <DataTemplate>
                   
                    <s:SciChartSurface...>
                        <s:SciChartSurface.ChartModifier>
                            <s:ModifierGroup s:MouseManager.MouseEventGroup="sharedMouseEventsGroup">
                                <!-- other modifiers -->
                                <s:RolloverModifier />
                            </s:ModifierGroup>
                        </s:SciChartSurface.ChartModifier>
                    </s:SciChartSurface>

                </DataTemplate>
            </s:SciChartGroup.ItemTemplate>
        </s:SciChartGroup>

Hope this helps!

Best regards,
Yuriy

  • 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