We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b02a5b9 + 402e85c commit a102f3fCopy full SHA for a102f3f
ReoGrid/Chart/Utility.cs
@@ -66,7 +66,7 @@ public static SolidColor GetDefaultDataSerialFillColor(int index)
66
{
67
if (index < MaxDataSerials)
68
69
- for (int i = defaultDataSerialColors.Count; i < index; i++)
+ for (int i = defaultDataSerialColors.Count; i <= index; i++)
70
71
defaultDataSerialColors.Add(SolidColor.Randomly());
72
}
0 commit comments