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