Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Graphs

Status
Not open for further replies.

primagic

IS-IT--Management
Jul 24, 2008
476
GB
Anyone know how to make the axis labels the same colour as the data points in an access graph.

So if my bar chart is red, to make the referring axis label red.

 
There is a property for the font color for the series labels so this should be possible. I would build a similar graph in Excel. Turn on the macro recorder and then change the label colors. Stop the macro and copy the created code into your report section On Format event. Change the graph reference to your graph object.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top