[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Changing line colors in line charts
- Subject: [sqr-users] Changing line colors in line charts
- From: Jeff.Steinfeldt@wellsfargo.com
- Date: Wed, 19 Jan 2005 11:13:08 -0600
- Delivery-date: Wed, 19 Jan 2005 12:16:47 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Can anyone tell me how to change the colors of the lines in a line chart in
SQR? My chart has three lines and they are printing in blue, red, and
yellow. Would like to make the yellow one green.
I've got NewGraphics=TRUE in the SQR.INI file.
I created a color palette:
Create-Color-Palette
Name = 'ChartPalette01'
Color_1 = (255, 051, 051) ! Mid Red
Color_2 = (102, 051, 255) ! Warm Blue
Color_3 = (051, 255, 102) ! Cool Green
Color_4 = (255, 204, 051) ! Warm Yellow
Color_5 = (255, 051, 102) ! Cool Red
And then referenced the palette in the Print-Chart:
Print-Chart LineChart1 (000, 000)
Color-Palette = 'ChartPalette01'
TITLE = $formatTitle
Data-Array-Row-Count = #Record_Count
Data-Array-Column-Count = #Record_Count
Data-Array-Column-Labels = ('[SIZE=12]Partner Transactions',
'[SIZE=12]Partner Applications', '[SIZE=12]Partner Fundings')
Data-Array = chartData
Y-Axis-Label = 'Total Transactions'
X-Axis-Label = 'Month'
I receive no errors or warnings, it just ignores the new colors.
Am running 8.1 under Windows XP Professional and connecting to SQL Server
database.
Thanks in advance.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users