Skip to content

Commit f696215

Browse files
ADD: Docu for TSunburstchart
1 parent 51e187e commit f696215

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

graphics/SunburstChart/Readme.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Demo Sunburstchart
2+
3+
This demo application shows the capabilities of the TSunburstChart component.
4+
5+
![](preview.png)
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
Loading

0 commit comments

Comments
 (0)