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

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