Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Axis title text direction stacked

I cannot figure out how to make the axistitle text direction to Stacked. Can
someone help? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Axis title text direction stacked

Not sure if this is what you mean -

ActiveChart.ChartTitle.Orientation = xlVertical

Regards,
Peter T

"Jim Pan" wrote in message
...
I cannot figure out how to make the axistitle text direction to Stacked.
Can
someone help? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Axis title text direction stacked

Thanks. It worked. One more question, I want to make my trendline color red.
I used the Border property and set the colorindex = 255. But excel does not
like it. I have only one trendline. How can I do that?

"Peter T" wrote:

Not sure if this is what you mean -

ActiveChart.ChartTitle.Orientation = xlVertical

Regards,
Peter T

"Jim Pan" wrote in message
...
I cannot figure out how to make the axistitle text direction to Stacked.
Can
someone help? Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Axis title text direction stacked

Use the .Color property.

..Color = rgb(255,0,0) ' or 255 or vbRed

Colorindex refers to one of the (pre 2007) 56 palette colours (1-56) or
system black

When applying a Long RGB colour it will match to the closest colour that
already exists in the palette. (red 255 of course exists in a default
palette).

Regards,
Pete T

"Jim Pan" wrote in message
...
Thanks. It worked. One more question, I want to make my trendline color
red.
I used the Border property and set the colorindex = 255. But excel does
not
like it. I have only one trendline. How can I do that?

"Peter T" wrote:

Not sure if this is what you mean -

ActiveChart.ChartTitle.Orientation = xlVertical

Regards,
Peter T

"Jim Pan" wrote in message
...
I cannot figure out how to make the axistitle text direction to Stacked.
Can
someone help? Thanks.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I am missing text in my y-axis title for my scatter plot Mackle Charts and Charting in Excel 2 April 27th 06 12:24 AM
axis title text box is wrong size in chart for excel 2003 hey_scott Charts and Charting in Excel 5 February 16th 06 12:25 AM
Y-axis title cutting off in vertical direction Martin Charts and Charting in Excel 1 February 11th 06 06:25 PM
how to increase area of Y axis title, so full text will be shown? dancho79 Charts and Charting in Excel 6 November 15th 05 04:47 AM
2-direction stacked bar chart Btibert Charts and Charting in Excel 3 July 7th 05 06:45 PM


All times are GMT +1. The time now is 11:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"