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