Files
crm.e5.pl/include/ECM/open_flash_chart2/dot-net-library/written-by-xiao-yifang/OpenFlashChart/Bar3D.cs

16 lines
238 B
C#
Raw Normal View History

2024-04-27 09:23:34 +02:00
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenFlashChart
{
public class Bar3D:BarBase
{
public Bar3D()
{
this.ChartType = "bar_3d";
}
}
}