Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Model.Chart.Enums;
|
||||
|
||||
public enum ChartColorType
|
||||
{
|
||||
Red,
|
||||
LightGreen,
|
||||
Cyan,
|
||||
Yellow,
|
||||
Orange,
|
||||
LightBlue,
|
||||
Pink
|
||||
}
|
||||
Reference in New Issue
Block a user