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 b056457 + 3accbb2 commit 5d30f95Copy full SHA for 5d30f95
Conditional Formatting/Data Bars/.NET/Data Bars/Data Bars/Program.cs
@@ -27,11 +27,10 @@ static void Main(string[] args)
27
dataBar.MaxPoint.Type = ConditionValueType.HighestValue;
28
29
//Set color for Bar
30
- dataBar.BarColor = Color.FromArgb(156, 208, 243);
+ dataBar.BarColor = Color.Aqua;
31
32
//Hide the values in data bar
33
dataBar.ShowValue = false;
34
- dataBar.BarColor = Color.Aqua;
35
36
#region Save
37
//Saving the workbook
0 commit comments