Dear experts!
I have a column chart. Category axis labels are either time (quot;hh:mmquot;)
or empty (quot;quot;) cells. If first value in the label range is time,
e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed. It
seems that the chart calculate required space for labels according to
the first value in the label range.
Is there any way to solve this problem, so labels will be displayed
regardless of the fact if first value in label range is empty or not?
Thanks, Marko.
Hi,
Easiest thing is to include a space in the first cell.
(quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
Cheers
Andy
Marko Pinteric wrote:
gt;
gt; Dear experts!
gt;
gt; I have a column chart. Category axis labels are either time (quot;hh:mmquot;)
gt; or empty (quot;quot;) cells. If first value in the label range is time,
gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed. It
gt; seems that the chart calculate required space for labels according to
gt; the first value in the label range.
gt;
gt; Is there any way to solve this problem, so labels will be displayed
gt; regardless of the fact if first value in label range is empty or not?
gt;
gt; Thanks, Marko.
--
Andy Pope, Microsoft MVP - Excel
www.andypope.info
I was testing that. More spaces, more numbers are displayed. For the
whole time number (quot;hh:mmquot;) it requires about nine spaces. Problem is
that depending on other graph specifics it requres less or more spaces
(from 8 to 10). Is there any more stable solution?
Marko.
Andy Pope wrote:
gt; Hi,
gt;
gt; Easiest thing is to include a space in the first cell.
gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;
gt; Cheers
gt; Andy
gt;
gt; Marko Pinteric wrote:
gt;
gt;gt;
gt;gt; Dear experts!
gt;gt;
gt;gt; I have a column chart. Category axis labels are either time (quot;hh:mmquot;)
gt;gt; or empty (quot;quot;) cells. If first value in the label range is time,
gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed. It
gt;gt; seems that the chart calculate required space for labels according to
gt;gt; the first value in the label range.
gt;gt;
gt;gt; Is there any way to solve this problem, so labels will be displayed
gt;gt; regardless of the fact if first value in label range is empty or not?
gt;gt;
gt;gt; Thanks, Marko.
gt;
gt;
I'm not sure I follow.
For me a single space just helps the chart wizard identify what it
thinks are labels, series data and series names. Adding more spaces has
no other effect.
How many category labels do you have?
Cheers
Andy
Marko Pinteric wrote:
gt;
gt; I was testing that. More spaces, more numbers are displayed. For the
gt; whole time number (quot;hh:mmquot;) it requires about nine spaces. Problem is
gt; that depending on other graph specifics it requres less or more spaces
gt; (from 8 to 10). Is there any more stable solution?
gt;
gt; Marko.
gt;
gt; Andy Pope wrote:
gt;
gt;gt; Hi,
gt;gt;
gt;gt; Easiest thing is to include a space in the first cell.
gt;gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;gt;
gt;gt; Cheers
gt;gt; Andy
gt;gt;
gt;gt; Marko Pinteric wrote:
gt;gt;
gt;gt;gt;
gt;gt;gt; Dear experts!
gt;gt;gt;
gt;gt;gt; I have a column chart. Category axis labels are either time
gt;gt;gt; (quot;hh:mmquot;) or empty (quot;quot;) cells. If first value in the label range is
gt;gt;gt; time,
gt;gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed. It
gt;gt;gt; seems that the chart calculate required space for labels according to
gt;gt;gt; the first value in the label range.
gt;gt;gt;
gt;gt;gt; Is there any way to solve this problem, so labels will be displayed
gt;gt;gt; regardless of the fact if first value in label range is empty or not?
gt;gt;gt;
gt;gt;gt; Thanks, Marko.
gt;gt;
gt;gt;
gt;gt;
--
Andy Pope, Microsoft MVP - Excel
www.andypope.info
I was trying that already. More spaces, more of the digits of the time
are displayed. It takes around nine spaces to display the whole time.
The number of spaces depends on chart's properties.
Isn't there a more stable and elegant solution?
Marko.
Andy Pope wrote:
gt; Hi,
gt;
gt; Easiest thing is to include a space in the first cell.
gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;
gt; Cheers
gt; Andy
gt;
gt; Marko Pinteric wrote:
gt;
gt;gt;
gt;gt; Dear experts!
gt;gt;
gt;gt; I have a column chart. Category axis labels are either time (quot;hh:mmquot;)
gt;gt; or empty (quot;quot;) cells. If first value in the label range is time,
gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed. It
gt;gt; seems that the chart calculate required space for labels according to
gt;gt; the first value in the label range.
gt;gt;
gt;gt; Is there any way to solve this problem, so labels will be displayed
gt;gt; regardless of the fact if first value in label range is empty or not?
gt;gt;
gt;gt; Thanks, Marko.
gt;
gt;
About 100 labels (every second time labels (hh.mm), other are emtpy labels).
One space is not enough - only one digit is displayed (first digit of
hour). More spaces - more digits.
Marko
Andy Pope wrote:
gt; I'm not sure I follow.
gt;
gt; For me a single space just helps the chart wizard identify what it
gt; thinks are labels, series data and series names. Adding more spaces has
gt; no other effect.
gt;
gt; How many category labels do you have?
gt;
gt; Cheers
gt; Andy
gt;
gt; Marko Pinteric wrote:
gt;
gt;gt;
gt;gt; I was testing that. More spaces, more numbers are displayed. For the
gt;gt; whole time number (quot;hh:mmquot;) it requires about nine spaces. Problem is
gt;gt; that depending on other graph specifics it requres less or more spaces
gt;gt; (from 8 to 10). Is there any more stable solution?
gt;gt;
gt;gt; Marko.
gt;gt;
gt;gt; Andy Pope wrote:
gt;gt;
gt;gt;gt; Hi,
gt;gt;gt;
gt;gt;gt; Easiest thing is to include a space in the first cell.
gt;gt;gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;gt;gt;
gt;gt;gt; Cheers
gt;gt;gt; Andy
gt;gt;gt;
gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;
gt;gt;gt;gt;
gt;gt;gt;gt; Dear experts!
gt;gt;gt;gt;
gt;gt;gt;gt; I have a column chart. Category axis labels are either time
gt;gt;gt;gt; (quot;hh:mmquot;) or empty (quot;quot;) cells. If first value in the label range is
gt;gt;gt;gt; time,
gt;gt;gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt;gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed. It
gt;gt;gt;gt; seems that the chart calculate required space for labels according
gt;gt;gt;gt; to the first value in the label range.
gt;gt;gt;gt;
gt;gt;gt;gt; Is there any way to solve this problem, so labels will be displayed
gt;gt;gt;gt; regardless of the fact if first value in label range is empty or not?
gt;gt;gt;gt;
gt;gt;gt;gt; Thanks, Marko.
gt;gt;gt;
gt;gt;gt;
gt;gt;gt;
gt;gt;gt;
gt;
Double click the axis and on the scale tab check the 'Number of
Categories between tick marks' value is 1.
Cheers
Andy
Marko Pinteric wrote:
gt;
gt; About 100 labels (every second time labels (hh.mm), other are emtpy
gt; labels).
gt;
gt; One space is not enough - only one digit is displayed (first digit of
gt; hour). More spaces - more digits.
gt;
gt; Marko
gt;
gt; Andy Pope wrote:
gt;
gt;gt; I'm not sure I follow.
gt;gt;
gt;gt; For me a single space just helps the chart wizard identify what it
gt;gt; thinks are labels, series data and series names. Adding more spaces
gt;gt; has no other effect.
gt;gt;
gt;gt; How many category labels do you have?
gt;gt;
gt;gt; Cheers
gt;gt; Andy
gt;gt;
gt;gt; Marko Pinteric wrote:
gt;gt;
gt;gt;gt;
gt;gt;gt; I was testing that. More spaces, more numbers are displayed. For
gt;gt;gt; the whole time number (quot;hh:mmquot;) it requires about nine spaces.
gt;gt;gt; Problem is that depending on other graph specifics it requres less or
gt;gt;gt; more spaces (from 8 to 10). Is there any more stable solution?
gt;gt;gt;
gt;gt;gt; Marko.
gt;gt;gt;
gt;gt;gt; Andy Pope wrote:
gt;gt;gt;
gt;gt;gt;gt; Hi,
gt;gt;gt;gt;
gt;gt;gt;gt; Easiest thing is to include a space in the first cell.
gt;gt;gt;gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;gt;gt;gt;
gt;gt;gt;gt; Cheers
gt;gt;gt;gt; Andy
gt;gt;gt;gt;
gt;gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Dear experts!
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; I have a column chart. Category axis labels are either time
gt;gt;gt;gt;gt; (quot;hh:mmquot;) or empty (quot;quot;) cells. If first value in the label range
gt;gt;gt;gt;gt; is time,
gt;gt;gt;gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt;gt;gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed.
gt;gt;gt;gt;gt; It seems that the chart calculate required space for labels
gt;gt;gt;gt;gt; according to the first value in the label range.
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Is there any way to solve this problem, so labels will be displayed
gt;gt;gt;gt;gt; regardless of the fact if first value in label range is empty or not?
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Thanks, Marko.
gt;gt;gt;gt;
gt;gt;gt;gt;
gt;gt;gt;gt;
gt;gt;gt;gt;
gt;gt;gt;gt;
gt;gt;
--
Andy Pope, Microsoft MVP - Excel
www.andypope.info
I have that...
Marko
Andy Pope wrote:
gt; Double click the axis and on the scale tab check the 'Number of
gt; Categories between tick marks' value is 1.
gt;
gt; Cheers
gt; Andy
gt;
gt; Marko Pinteric wrote:
gt;
gt;gt;
gt;gt; About 100 labels (every second time labels (hh.mm), other are emtpy
gt;gt; labels).
gt;gt;
gt;gt; One space is not enough - only one digit is displayed (first digit of
gt;gt; hour). More spaces - more digits.
gt;gt;
gt;gt; Marko
gt;gt;
gt;gt; Andy Pope wrote:
gt;gt;
gt;gt;gt; I'm not sure I follow.
gt;gt;gt;
gt;gt;gt; For me a single space just helps the chart wizard identify what it
gt;gt;gt; thinks are labels, series data and series names. Adding more spaces
gt;gt;gt; has no other effect.
gt;gt;gt;
gt;gt;gt; How many category labels do you have?
gt;gt;gt;
gt;gt;gt; Cheers
gt;gt;gt; Andy
gt;gt;gt;
gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;
gt;gt;gt;gt;
gt;gt;gt;gt; I was testing that. More spaces, more numbers are displayed. For
gt;gt;gt;gt; the whole time number (quot;hh:mmquot;) it requires about nine spaces.
gt;gt;gt;gt; Problem is that depending on other graph specifics it requres less
gt;gt;gt;gt; or more spaces (from 8 to 10). Is there any more stable solution?
gt;gt;gt;gt;
gt;gt;gt;gt; Marko.
gt;gt;gt;gt;
gt;gt;gt;gt; Andy Pope wrote:
gt;gt;gt;gt;
gt;gt;gt;gt;gt; Hi,
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Easiest thing is to include a space in the first cell.
gt;gt;gt;gt;gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Cheers
gt;gt;gt;gt;gt; Andy
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Dear experts!
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; I have a column chart. Category axis labels are either time
gt;gt;gt;gt;gt;gt; (quot;hh:mmquot;) or empty (quot;quot;) cells. If first value in the label range
gt;gt;gt;gt;gt;gt; is time,
gt;gt;gt;gt;gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt;gt;gt;gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed.
gt;gt;gt;gt;gt;gt; It seems that the chart calculate required space for labels
gt;gt;gt;gt;gt;gt; according to the first value in the label range.
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Is there any way to solve this problem, so labels will be
gt;gt;gt;gt;gt;gt; displayed regardless of the fact if first value in label range is
gt;gt;gt;gt;gt;gt; empty or not?
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Thanks, Marko.
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;
gt;
F column looks like:
12:30, 13:00, 13:30, 14:00, 14:30, ..
G column has formula:
=IF(MINUTE(F1)=0;F1;quot;quot;)
so G column looks like
quot;quot;, 13:00, quot;quot;, 14:00, quot;quot;, ...
G column is also range for category labels.
In the example above, nothing is displayed on category axis.If I change formula to
=IF(MINUTE(F1)=0;F1;quot; quot;)
only first digit is displayed
quot; quot;, quot;1quot;, quot; quot;, quot;2quot;, quot; quot;, ...Marko.Andy Pope wrote:
gt; Double click the axis and on the scale tab check the 'Number of
gt; Categories between tick marks' value is 1.
gt;
gt; Cheers
gt; Andy
gt;
gt; Marko Pinteric wrote:
gt;
gt;gt;
gt;gt; About 100 labels (every second time labels (hh.mm), other are emtpy
gt;gt; labels).
gt;gt;
gt;gt; One space is not enough - only one digit is displayed (first digit of
gt;gt; hour). More spaces - more digits.
gt;gt;
gt;gt; Marko
gt;gt;
gt;gt; Andy Pope wrote:
gt;gt;
gt;gt;gt; I'm not sure I follow.
gt;gt;gt;
gt;gt;gt; For me a single space just helps the chart wizard identify what it
gt;gt;gt; thinks are labels, series data and series names. Adding more spaces
gt;gt;gt; has no other effect.
gt;gt;gt;
gt;gt;gt; How many category labels do you have?
gt;gt;gt;
gt;gt;gt; Cheers
gt;gt;gt; Andy
gt;gt;gt;
gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;
gt;gt;gt;gt;
gt;gt;gt;gt; I was testing that. More spaces, more numbers are displayed. For
gt;gt;gt;gt; the whole time number (quot;hh:mmquot;) it requires about nine spaces.
gt;gt;gt;gt; Problem is that depending on other graph specifics it requres less
gt;gt;gt;gt; or more spaces (from 8 to 10). Is there any more stable solution?
gt;gt;gt;gt;
gt;gt;gt;gt; Marko.
gt;gt;gt;gt;
gt;gt;gt;gt; Andy Pope wrote:
gt;gt;gt;gt;
gt;gt;gt;gt;gt; Hi,
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Easiest thing is to include a space in the first cell.
gt;gt;gt;gt;gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Cheers
gt;gt;gt;gt;gt; Andy
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Dear experts!
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; I have a column chart. Category axis labels are either time
gt;gt;gt;gt;gt;gt; (quot;hh:mmquot;) or empty (quot;quot;) cells. If first value in the label range
gt;gt;gt;gt;gt;gt; is time,
gt;gt;gt;gt;gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt;gt;gt;gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed.
gt;gt;gt;gt;gt;gt; It seems that the chart calculate required space for labels
gt;gt;gt;gt;gt;gt; according to the first value in the label range.
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Is there any way to solve this problem, so labels will be
gt;gt;gt;gt;gt;gt; displayed regardless of the fact if first value in label range is
gt;gt;gt;gt;gt;gt; empty or not?
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Thanks, Marko.
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;
gt;
Then I'm not sure what is causing the problem.
If you want you can email me (off newsgroup) with the file and I will
have a look see.
Marko Pinteric wrote:
gt;
gt; I have that...
gt;
gt; Marko
gt;
gt; Andy Pope wrote:
gt;
gt;gt; Double click the axis and on the scale tab check the 'Number of
gt;gt; Categories between tick marks' value is 1.
gt;gt;
gt;gt; Cheers
gt;gt; Andy
gt;gt;
gt;gt; Marko Pinteric wrote:
gt;gt;
gt;gt;gt;
gt;gt;gt; About 100 labels (every second time labels (hh.mm), other are emtpy
gt;gt;gt; labels).
gt;gt;gt;
gt;gt;gt; One space is not enough - only one digit is displayed (first digit of
gt;gt;gt; hour). More spaces - more digits.
gt;gt;gt;
gt;gt;gt; Marko
gt;gt;gt;
gt;gt;gt; Andy Pope wrote:
gt;gt;gt;
gt;gt;gt;gt; I'm not sure I follow.
gt;gt;gt;gt;
gt;gt;gt;gt; For me a single space just helps the chart wizard identify what it
gt;gt;gt;gt; thinks are labels, series data and series names. Adding more spaces
gt;gt;gt;gt; has no other effect.
gt;gt;gt;gt;
gt;gt;gt;gt; How many category labels do you have?
gt;gt;gt;gt;
gt;gt;gt;gt; Cheers
gt;gt;gt;gt; Andy
gt;gt;gt;gt;
gt;gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;gt;
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; I was testing that. More spaces, more numbers are displayed. For
gt;gt;gt;gt;gt; the whole time number (quot;hh:mmquot;) it requires about nine spaces.
gt;gt;gt;gt;gt; Problem is that depending on other graph specifics it requres less
gt;gt;gt;gt;gt; or more spaces (from 8 to 10). Is there any more stable solution?
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Marko.
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt; Andy Pope wrote:
gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Hi,
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Easiest thing is to include a space in the first cell.
gt;gt;gt;gt;gt;gt; (quot; quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;)
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Cheers
gt;gt;gt;gt;gt;gt; Andy
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt; Marko Pinteric wrote:
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;gt; Dear experts!
gt;gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;gt; I have a column chart. Category axis labels are either time
gt;gt;gt;gt;gt;gt;gt; (quot;hh:mmquot;) or empty (quot;quot;) cells. If first value in the label range
gt;gt;gt;gt;gt;gt;gt; is time,
gt;gt;gt;gt;gt;gt;gt; e.g. (quot;13:00quot;; quot;quot;; quot;14:00quot;; quot;quot;), everything is fine, in the opposite
gt;gt;gt;gt;gt;gt;gt; case, e.g. (quot;quot;; quot;13:00quot;; quot;quot;; quot;14:00quot;), labels are not displayed.
gt;gt;gt;gt;gt;gt;gt; It seems that the chart calculate required space for labels
gt;gt;gt;gt;gt;gt;gt; according to the first value in the label range.
gt;gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;gt; Is there any way to solve this problem, so labels will be
gt;gt;gt;gt;gt;gt;gt; displayed regardless of the fact if first value in label range is
gt;gt;gt;gt;gt;gt;gt; empty or not?
gt;gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;gt; Thanks, Marko.
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;gt;gt;
gt;gt;gt;gt;
gt;gt;
--
Andy Pope, Microsoft MVP - Excel
www.andypope.info
- Feb 22 Thu 2007 20:35
Category axis label problem at column chart
close
全站熱搜
留言列表
發表留言