Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151296 | Feb 6,2020 06:14 AM UTC | Feb 7,2020 08:55 AM UTC | WPF | 1 |
![]() |
Tags: SfChart |
<syncfusion:SfChart.Legend>
<syncfusion:ChartLegend CheckBoxVisibility="Visible" ToggleSeriesVisibility="True"/>
</syncfusion:SfChart.Legend>
<syncfusion:LineSeries x:Name="series1" ItemsSource="{Binding Data}" XBindingPath="XValue" YBindingPath="YValue" Label="Series1" VisibilityOnLegend="Visible" />
<syncfusion:LineSeries ItemsSource="{Binding Data}" XBindingPath="XValue" YBindingPath="YValue1" Label="Series2" VisibilityOnLegend="Collapsed" IsSeriesVisible="{Binding ElementName=series1, Path=IsSeriesVisible}"/>
<syncfusion:LineSeries ItemsSource="{Binding Data}" XBindingPath="XValue" YBindingPath="YValue2" Label="Series3" VisibilityOnLegend="Collapsed" IsSeriesVisible="{Binding ElementName=series1, Path=IsSeriesVisible}"/> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.