init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using JsonFx.Json;
|
||||
|
||||
namespace OpenFlashChart
|
||||
{
|
||||
[Obsolete("use Area instead")]
|
||||
public class AreaHollow : AreaBase
|
||||
{
|
||||
|
||||
public AreaHollow()
|
||||
{
|
||||
//this.ChartType = "area_hollow";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user