LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Multiple Bars: How To Make Them All Side-By-Side?

Not sure how we got onto the subject of notation, I'll blame the other
Peter!

See, it makes good sense, and I remember what it means.


Yes that's key, and also to make sense to any one else who needs to
understand. I pretty much follow your naming of objects, but I prefix all
number variables with an "n". If not a long followed by b, s or d for byte,
single, double. I hate the "l" prefix (ie small L) !

more in the sense of Simonyi's original intent


As I recall he named his notation Hungarian as a joke, describing it as so
confusing it might as well be Greek, and hence named after his nationality.

Regards,
Peter T


"Jon Peltier" wrote in message
...
I picked up the my- prefix from forums such as these (I've never done
Pascal). More recently in my posts I use names like theChart, thisChart,
thatChart, newChart, oldChart, in an attempt to be descriptive. In my own
coding I use descriptive prefixes like cht-, ws-, wb- and so forth, not as

a
strict Hungarian approach as followed by some programming prescriptivists,
but more in the sense of Simonyi's original intent, to help the coder
remember what the hell he's thinking. For example, I don't use i- for
integer or l- for long. I use mostly longs anyway, because I read

somewhere
that the performance difference between longs and ints isn't so much, my
programs have more delays waiting for the user to select an option than in
calculations, and I hate having to redeclare my ints as longs if I decide
I'll allow the user to use all rows of his own worksheet. I use i- for
something that increments, n- for a count of that something, sometimes o-
for an initial value, and l- for other kinds of numbers:

For iNumber = oNumber to nNumber Step lNumber

See, it makes good sense, and I remember what it means.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Peter T" <peter_t@discussions wrote in message
...
Reformed - an on going process!

I don't think I've ever used mySeries or myChart in my own work (well
obviously).
I don't know the origin of 'my' but pretty sure it pre-dates Mac and
possibly Pascal.

I trust in context it was pretty obvious that mySeries clearly referred

to
a
Series object of 'your' choosing, and not me being overly possessive

about
one belonging to me.

Regards,
Peter T

"(PeteCresswell)" wrote in message
...
Per Peter T:
"mySeries"

Another reformed Mac Pascal programmer?

Thanks.

--
PeteCresswell









 
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
Is there a way to view multiple excel spreadsheets side by side? Secret_sqrl Excel Worksheet Functions 1 July 16th 09 12:35 AM
Double side-by-side bars and 2 y axis Gwynne Charts and Charting in Excel 1 June 18th 09 12:05 AM
how to make left side stay still and right side can move left to r AAS Excel Discussion (Misc queries) 1 May 27th 08 09:50 PM
Can I make a graph with side-by-side pie charts? EAS Charts and Charting in Excel 1 July 19th 05 02:45 AM
How do I make a stacked column chart with side-by-side comparison. Tim Charts and Charting in Excel 3 June 9th 05 03:38 AM


All times are GMT +1. The time now is 07:08 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"