doughnut1 C# Winform | Pie Chart | Angle, Label C# Winform | Pie Chart | Angle, Label Pie or Doughnut Sample Start 12시 시작 설정 Chart 속성(Properties) -> Series 설정 Series 설정 -> CustomProperties -> PieStartAngle 설정 270으로 설정시 첫번째 Pie Data가 12시 부터 시작. 일정이하 Label 표시 안함. 1. Chart Data 입력 decimal total = ;//List_ChartData의 전체 Total 합계 ChartPie.Series["SeriesName"].Points.Clear(); decimal per5 = total / 20; // 20으로 나누어 전체의 5% 구함 for (int i = 0; i List_Ch.. 2020. 9. 2. 이전 1 다음