8 lines
138 B
C#
8 lines
138 B
C#
namespace EasyChart
|
|
{
|
|
public static class ChartThemeRegistry
|
|
{
|
|
public static ChartTheme GlobalTheme { get; set; }
|
|
}
|
|
}
|