source:
code/Website/dot-net-library/written-by-xiao-yifang/OpenFlashChart/Title.cs@
7878
| Last change on this file since 7878 was 7849, checked in by , 16 years ago | |
|---|---|
| File size: 249 bytes | |
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Text; |
| 4 | |
| 5 | |
| 6 | namespace OpenFlashChart |
| 7 | { |
| 8 | public class Title : ChartElement |
| 9 | { |
| 10 | public Title(string text) |
| 11 | { |
| 12 | base.Text = text; |
| 13 | } |
| 14 | |
| 15 | } |
| 16 | } |
Note:
See TracBrowser
for help on using the repository browser.
