Guest User

Untitled

a guest
Oct 19th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var chart = (ExcelBarChart)ws.Drawings.AddChart("barChart", eChartType.BarClustered);
  2. chart.SetSize(1000, 500);
  3. chart.SetPosition(10, 225);
  4. chart.Legend.Position = eLegendPosition.Bottom;
  5. chart.YAxis.MaxValue = 4;
Add Comment
Please, Sign In to add comment