Version: 13.0-rc-3
Build #: 31129
Build Date: 2013-Jan-29 03:30:45 PM
Operating Environment: Mac OS X (10.8.1, x86_64) / MacRoman / en / US / Apple Inc. 1.6.0_33-b03-424-11M3720
Memory: Max=782,827,520; Total=214,257,664; Free=84,581,000; CPUs=8
In-Window Graphics Capabilities
Graphics Vendor: ATI Technologies Inc.
OpenGL Renderer: AMD Radeon HD 6770M OpenGL Engine
OpenGL Version: 2.1 ATI-1.0.25
Double-Buffering: Enabled
Anti-Aliasing: Enabled
Anti-Aliasing Sample Count: 8
Hardware Acceleration: Enabled
Color Bits: Red: 8 Green: 8 Blue: 8 Alpha: 8
Depth Bits: 24
Accumulation Buffer Bits: Red: 0 Green: 0 Blue: 0
Initialization Time: 405 ms
Offscreen Graphics Capabilities
Graphics Vendor: ATI Technologies Inc.
OpenGL Renderer: AMD Radeon HD 6770M OpenGL Engine
OpenGL Version: 2.1 ATI-1.0.25
Double-Buffering: Disabled
Anti-Aliasing: Disabled
Anti-Aliasing Sample Count: 0
Hardware Acceleration: Enabled
Color Bits: Red: 8 Green: 8 Blue: 8 Alpha: 8
Depth Bits: 24
Accumulation Buffer Bits: Red: 32 Green: 32 Blue: 32
Initialization Time: 189 ms
Hardware PBuffer Available: Yes
Using PBuffer: Yes
Using Ram Buffer: No
Offscreen Rendering: Enabled
Offscreen Buffer Size: 1280x1024
1. execute the following
select 1 as category, 3000 as s1, 1200 as s2, 1000 as s3, 500 as s4
union
select 2 as category, 4000 as s1, 300 as s2, 1500 as s3, 1000 as s4
union
select 3 as category, 1000 as s1, 800 as s2, 1200 as s3, 600 as s4
union
select 4 as category, 4000 as s1, 1200 as s2, 1500 as s3, 700 as s4
union
select 5 as category, 1000 as s1, 800 as s2, 900 as s3, 300 as s4
union
select 6 as category, 5000 as s1, 1000 as s2, 1300 as s3, 500 as s4
union
select 7 as category, 1300 as s1, 1100 as s2, 700 as s3, 600 as s4
GO
.setResultSettings 'Index=1,
CategoryFields="[category]",
SeriesFields="[s1],[s2],[s3],[s4]",
ShowChart=true,
ShowToolbar=true,
Paging=true,
Split=300,
Chart="{stacked,stacked,stacked,stacked}",
Theme=default,
RotX=313,
RotY=-35,
RotZ=0,
ZoomScalar=1.8499992,
ShowLegend=true,
ShowLegendBorder=true,
ShowGrid=true,
FillGrid=true,
GridOpacity=0.5,
GridLineWidth=1.0,
Title="Freight by Region",
TitlePosition="Bottom Center",
TitleCategory="",
TitleValue="",
UseTitleMargin=false,
UseAxisTitleMargin=false,
AxisTitleOnEdge=false,
PieExplode=1.0,
PieExplodeTop=1,
GroupSmallValues=true,
SmallValuesThreshold=3.0,
PieLabelDistance=3.0,
PieShowLines=true,
LineWidth=1.0,
ShowMarkers=true,
MapShowBackground=false,
MapShowDetails=false,
MapRange="",
MapRangeColors="",
Width=16.0,
Height=10.0,
Depth=5.0,
SeriesSpacing=1.0,
CategorySpacing=1.0,
Font=Arial-BOLD-10,
LegendFontSize=2.0,
SeriesFontSize=0.5,
CategoryFontSize=0.5,
ValueFontSize=0.5,
TitleFontSize=3.0,
AxisTitleFontSize=1.25,
DataLabelFontSize=1.0,
TopColor=#ebf0f5,
BottomColor=#d7dcf5,
TitleColor=#ff6600,
PanX=-22.0,
PanY=19.0,
Lighting=Default,
Opacity=1.0,
View2D=false,
FitChartToImage=false,
StackedPercent=false,
ShowValueAxis=true,
ShowValueAxisTicks=true,
ShowValueAxisLines=true,
ReverseValueAxis=false,
ShowCategoryAxis=true,
ShowCategoryAxisTicks=true,
ShowCategoryAxisLines=true,
ShowSeriesAxis=true,
ShowDataLabels=true,
ValueAxisNumberFormat="",
CategoryAxisNumberFormat="",
CategoryAxisDateFormat="",
CategoryAxisDateTimeFormat="",
CategoryAxisTimeFormat="",
SeriesAxisNumberFormat="",
SeriesAxisDateFormat="",
SeriesAxisDateTimeFormat="",
SeriesAxisTimeFormat="",
NumericCategoryAxis=false,
MergeAxis=true,
SeriesAlias="default,default,default,default",
SeriesSubType=",,,",
SeriesColumnType="Cube,Cube,Cube,Cube",
SeriesMin="default,default,default,default",
SeriesMax="default,default,default,default",
SeriesColor="default,default,default,default",
SeriesFunctionMetaData="true,true,true,true",
ShowSeriesDataLabels="false,false,false,false",
LegendPosition=Top Right,
LegendWidthType=Fit,
LegendWidth=100,
LegendHeightType=Fit,
LegendHeight=160,
UseLegendMargin=false,
ShowFixedCategoryCount=false,
FixedCategoryCount=0'
2. On my display, the chart title is yellow, yet the color I chose was more of a coppery orange ( 255,102,0 ) #FF6600
see attached
Same result if I execute this on Windows xp