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