{"id":19029133,"url":"https://github.com/sulmar/wpf-chart-demo","last_synced_at":"2026-05-17T03:05:09.673Z","repository":{"id":94111134,"uuid":"173704565","full_name":"sulmar/wpf-chart-demo","owner":"sulmar","description":"Przykład wyświetlenia wykresów w aplikacji WPF MVVM","archived":false,"fork":false,"pushed_at":"2019-03-04T11:43:23.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T03:32:58.316Z","etag":null,"topics":["wpf","wpf-chart","wpf-mvvm-ui"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sulmar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-04T08:30:18.000Z","updated_at":"2019-03-04T11:43:25.000Z","dependencies_parsed_at":"2023-04-16T03:45:13.473Z","dependency_job_id":null,"html_url":"https://github.com/sulmar/wpf-chart-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fwpf-chart-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fwpf-chart-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fwpf-chart-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fwpf-chart-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulmar","download_url":"https://codeload.github.com/sulmar/wpf-chart-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079615,"owners_count":19744721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wpf","wpf-chart","wpf-mvvm-ui"],"created_at":"2024-11-08T21:13:20.957Z","updated_at":"2026-05-02T06:30:18.647Z","avatar_url":"https://github.com/sulmar.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wpf-chart-demo\nPrzykład wyświetlenia wykresów w aplikacji WPF MVVM\n\n\n## Instalacja biblioteki\n\n~~~ bash\nInstall-Package WPFToolkit.DataVisualization\n~~~\n\n## Wyświetlenie wykresu\n\n1. Dodaj namespace\n~~~ xml\nxmlns:dv=\"clr-namespace:System.Windows.Controls.DataVisualization.Charting;assembly=System.Windows.Controls.DataVisualization.Toolkit\"\n~~~ \n\n2. Umieść wykres\n~~~ xml\n \u003cdv:Chart\u003e\n        \u003cdv:Chart.Series\u003e\n            \u003cdv:PieSeries Title=\"Experience\"\n                          ItemsSource=\"{Binding Summaries}\"\n                          DependentValuePath=\"Count\" \n                          IndependentValuePath=\"Name\"\u003e\n            \u003c/dv:PieSeries\u003e\n        \u003c/dv:Chart.Series\u003e\n    \u003c/dv:Chart\u003e\n\n~~~            \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulmar%2Fwpf-chart-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulmar%2Fwpf-chart-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulmar%2Fwpf-chart-demo/lists"}