source: code/Website/dot-net-library/written-by-xiao-yifang/OpenFlashChart/LineDot.cs@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 252 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OpenFlashChart
6{
7 public class LineDot:LineBase
8 {
9 public LineDot()
10 {
11 this.DotStyleType.Type = DotType.DOT;
12 }
13 }
14}
Note: See TracBrowser for help on using the repository browser.