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

Last change on this file since 7937 was 7849, checked in by dennisw, 15 years ago
File size: 284 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OpenFlashChart
6{
7 [Obsolete("use Area instead")]
8 public class AreaLine:AreaBase
9 {
10 public AreaLine()
11 {
12 // this.ChartType = "area_line";
13 }
14 }
15}
Note: See TracBrowser for help on using the repository browser.