#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Error bar

Do anyone know how to change the width of the error bar freely out of
the three options available ?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Error bar

Dennis,

What is the "error bar"?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"dennis" wrote in message
om...
Do anyone know how to change the width of the error bar freely

out of
the three options available ?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Error bar

Probably the "Y Error Bars" tab in the "Format Data Series" dialog box.

"Chip Pearson" wrote in message
...
Dennis,

What is the "error bar"?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"dennis" wrote in message
om...
Do anyone know how to change the width of the error bar freely

out of
the three options available ?





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Error bar

Stephen,

You are right. its the y- error bars. how can i set the width of the
drop line freely, for example, 6 pt, 10 pt or higher ?

dennis.


"Stephen Bye" <. wrote in message ...
Probably the "Y Error Bars" tab in the "Format Data Series" dialog box.

"Chip Pearson" wrote in message
...
Dennis,

What is the "error bar"?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"dennis" wrote in message
om...
Do anyone know how to change the width of the error bar freely

out of
the three options available ?



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Error bar

Well I just tried recording a macro while I changed the width and this is
what I got:

ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.SeriesCollection(1).ErrorBars.Select
With Selection.Border
.LineStyle = xlContinuous
.ColorIndex = 57
.Weight = xlThick
End With
Selection.EndStyle = xlCap

If you look up the Weight property in the help text you will see that it has
only these 4 possible values:
xlHairline
xlThin
xlMedium
xlThick

"dennis" wrote in message
om...
Stephen,

You are right. its the y- error bars. how can i set the width of the
drop line freely, for example, 6 pt, 10 pt or higher ?

dennis.


"Stephen Bye" <. wrote in message

...
Probably the "Y Error Bars" tab in the "Format Data Series" dialog box.

"Chip Pearson" wrote in message
...
Dennis,

What is the "error bar"?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"dennis" wrote in message
om...
Do anyone know how to change the width of the error bar freely

out of
the three options available ?






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Error bar

Thks stephen.
But what i actually want is to build a histogram on a XY scatter
chart. i want to use the drop line as a histogram bar but even
..weight=xlThick is not wide enough. There any other way of doing that
?


"Stephen Bye" <. wrote in message ...
Well I just tried recording a macro while I changed the width and this is
what I got:

ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.SeriesCollection(1).ErrorBars.Select
With Selection.Border
.LineStyle = xlContinuous
.ColorIndex = 57
.Weight = xlThick
End With
Selection.EndStyle = xlCap

If you look up the Weight property in the help text you will see that it has
only these 4 possible values:
xlHairline
xlThin
xlMedium
xlThick

"dennis" wrote in message
om...
Stephen,

You are right. its the y- error bars. how can i set the width of the
drop line freely, for example, 6 pt, 10 pt or higher ?

dennis.


"Stephen Bye" <. wrote in message

...
Probably the "Y Error Bars" tab in the "Format Data Series" dialog box.

"Chip Pearson" wrote in message
...
Dennis,

What is the "error bar"?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"dennis" wrote in message
om...
Do anyone know how to change the width of the error bar freely

out of
the three options available ?


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
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM
Automation Error, Unknown Error. Error value - 440 Neo[_2_] Excel Programming 0 May 29th 04 05:26 AM


All times are GMT +1. The time now is 04:29 AM.

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

About Us

"It's about Microsoft Excel"