Pre loader

Triggers and DataTriggers SeriesBinding are not supported

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

I want to express a different graph according to the state of the button.

<s:SciChartSurface.Style>
            <Style TargetType="s:SciChartSurface">
                <Style.Triggers>
                    <DataTrigger Binding="{Binding Path=IsEnabled, ElementName=swStack}" Value="True">
                        <Setter Property="YAxes" Value="{Binding StackYAxisList}"/>
                        <Setter Property="RenderableSeries" Value="{s:SeriesBinding StackRenderableSeriesList}"/>
                    </DataTrigger>
                    <DataTrigger Binding="{Binding Path=IsEnabled, ElementName=swStack}" Value="False">
                        <Setter Property="YAxes" Value="{Binding TotalYAxisList}"/>
                        <Setter Property="RenderableSeries" Value="{s:SeriesBinding TotalRenderableSeriesList}"/>
                    </DataTrigger>
                </Style.Triggers>
            </Style>
        </s:SciChartSurface.Style>

I get an error saying that s:SeriesBinding is not supported.

What should I do?

Version
6.3.0.13476
  • You must to post comments
0
0

Hi Park Seong Gyu,

Thanks for your inquiry.
Could you please provide us with more information regarding what are you trying to achieve? An image or mockup of the desired state could be helpful.

Thanks in advance.

With best regards,
Oleksnadr

  • 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