Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am exporting grid data on excel using . I want to display gantt chart based on start date and end date. I am using stacked bar chart of Excel for that but want to hide first series of it to diaply as floating car chart.is there any proprty to hide first series or change color of it..Plz help..
Posted

1 solution

Set the fill of the hidden series to none. If you need it in code, run the macro recorder and set no fill manually.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900