We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Custom legend is not applied to PieChart.
To Reproduce
Create a custom legend using the guide: Custom legends.
Add the legend to a cartesian chart as well as a pie chart:
<lvc:CartesianChart Series="{Binding Series}"> <lvc:CartesianChart.Legend> <local:Legend/> </lvc:CartesianChart.Legend> </lvc:CartesianChart> <lvc:PieChart Series="{Binding Series2}"> <lvc:PieChart.Legend> <local:Legend/> </lvc:PieChart.Legend> </lvc:PieChart>
Expected behavior PieChart should have the same legend style as the cartesian chart
Screenshots
Desktop (please complete the following information): WPF, version 2.0.0-rc2
The text was updated successfully, but these errors were encountered:
This is related to #985 and was partially fixed with #859 for the CartesianChart control but not the PieChart or PolarChart controls.
CartesianChart
PieChart
PolarChart
Sorry, something went wrong.
Merge pull request #1573 from bsilvia/bug/1489-custom-legend
daa6224
PieChart (and PolarChart) custom legend support (#1489)
1f9be34
No branches or pull requests
Describe the bug
Custom legend is not applied to PieChart.
To Reproduce
Create a custom legend using the guide: Custom legends.
Add the legend to a cartesian chart as well as a pie chart:
Expected behavior
PieChart should have the same legend style as the cartesian chart
Screenshots
![Skärmbild 2024-04-17 135339](https://private-user-images.githubusercontent.com/123486025/323206540-4c768386-f083-41e3-8d29-b0e743ff3bac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTc1NjYsIm5iZiI6MTczOTU5NzI2NiwicGF0aCI6Ii8xMjM0ODYwMjUvMzIzMjA2NTQwLTRjNzY4Mzg2LWYwODMtNDFlMy04ZDI5LWIwZTc0M2ZmM2JhYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNTI3NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZDM4YzAxMmJlNDllOTljYTA4Y2EwY2UzMmIwYmEzM2EwZWUxZjc3ZGZjMDg5NzM4NGNmYzRkYWJjMGJlZDIwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8rPd9QSw7toOMDFc1TwhQ09UZ_MAEtmq3KuUS2aTH10)
Desktop (please complete the following information):
WPF, version 2.0.0-rc2
The text was updated successfully, but these errors were encountered: