AbsoluteOptions for BarChart
- To: mathgroup at smc.vnet.net
 - Subject: [mg101436] AbsoluteOptions for BarChart
 - From: Don <donabc at comcast.net>
 - Date: Tue, 7 Jul 2009 05:07:08 -0400 (EDT)
 
When I use
BarChart[{{16, 8}, {5, 6}}]
I get two colors for each group of data, a blue and
a green.
I am trying to find the RGB values of the blue
that is being used in the bar chart.
AbsoluteOptions[BarChart[{{16, 8}, {5, 6}}]] // TableForm
gives for the value of the ColorOutput option
the value "Automatic"
Is there anyway to know what the actual RGB values are that are being used? I thought AbsoluteOptions was
the right function to get this information, but it's not
working for me. Thank you.
- Follow-Ups:
- Re: AbsoluteOptions for BarChart
- From: DrMajorBob <btreat1@austin.rr.com>
 
 
 - Re: AbsoluteOptions for BarChart