Commit bde3647
committed
Enhance PieChartDataset with new properties and descriptions
Updated the `PieChartDataset` class in `PieChartDataset.cs` to include additional properties:
- `Offset` with a description for arc offset in pixels (List<double>?).
- `Rotation` with a description for the starting angle of arcs (double?).
- `Spacing` clarified as a fixed arc offset for all arcs (double, default 0).
- `Weight` enhanced with a description for relative thickness (double, default 1).
NOTE: This commit message is auto-generated using GitHub Copilot.1 parent 21a8117 commit bde3647
1 file changed
Lines changed: 6 additions & 8 deletions
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
| 259 | + | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
| 272 | + | |
274 | 273 | | |
275 | 274 | | |
276 | 275 | | |
| |||
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
286 | | - | |
287 | | - | |
| 285 | + | |
288 | 286 | | |
289 | 287 | | |
290 | 288 | | |
| |||
0 commit comments