-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Discussed in #2852
Originally posted by zy1075984 August 8, 2023
- Do not display labels on the pie chart.
- The pie chart is not refreshed after data is updated.
- The grid background cannot be hidden.
- DonutSize, ShowValues, ShowLabels is unavailable in Avalonia Pie.
xmlns:ScottPlot="clr-namespace:ScottPlot.Avalonia;assembly=ScottPlot.Avalonia"
<ScottPlot:AvaPlot Name="AvaPlot1" Grid.Row="1" Margin="10" />pie = AvaPlot1.Plot.Add.Pie(new List<PieSlice>());
pie.Slices.Add(new PieSlice(10, ScottPlot.Colors.Red) { Label = "Alarm" });
pie.Slices.Add(new PieSlice(50, ScottPlot.Colors.Yellow) { Label = "Run" });
pie.Label = "Status";
pie.LineStyle.Color = ScottPlot.Colors.Transparent;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels