We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e187e commit f696215Copy full SHA for f696215
graphics/SunburstChart/Readme.md
@@ -0,0 +1,30 @@
1
+# Demo Sunburstchart
2
+
3
+This demo application shows the capabilities of the TSunburstChart component.
4
5
+
6
7
+General features:
8
+ - Fully costumizable
9
+ - based on TGraphicControl -> no other dependencies
10
+ - Properties: <br>
11
+ * AngleOffset <br>
12
+ * Color <br>
13
+ * InitialArc <br>
14
+ * LevelMargin <br>
15
+ * PieRadius <br>
16
+ * ShowHint
17
+ - Eventhandlers: <br>
18
+ * OnAfterSegmentPaint <br>
19
+ * OnAfterPaint: <br>
20
+ * OnBeforeSegmentPaint <br>
21
+ * OnClick <br>
22
+ * OnDeleteElementsUserData <br>
23
+ * OnDblClick <br>
24
+ * OnLoadUserData <br>
25
+ * OnMouseUp <br>
26
+ * OnMouseMove <br>
27
+ * OnMouseDown <br>
28
+ * OnSaveUserData <br>
29
+ * OnShowHint <br>
30
+ * OnResize
graphics/SunburstChart/preview.png
24.9 KB
0 commit comments