That's not supported, sorry. There aren't any visual representation of the axes in the Google Visualization API. If we'll take column chart for example, the horizontal line isn't the X axis, it's the baseline of the Y axis. Try to set it to something different than its default value and see. The X axis doesn't have a baseline because it's a discrete axis and not a continuous axis (see here<http://code.google.com/apis/chart/interactive/docs/customizing_axes.html#Discrete_vs_Continuous>), and so a baseline doesn't make sense.
Sorry. On Sun, Mar 4, 2012 at 11:53 AM, M.W. Aruna Withanage <[email protected]>wrote: > I also need it. how can I do it? > > On Wednesday, February 22, 2012 1:05:41 AM UTC+5:30, NirC wrote: >> >> Yes this what i want. baseline option for vAxis as it is for hAxis. >> >> On Tue, Feb 21, 2012 at 8:12 PM, asgallant <[email protected]>wrote: >> >>> I think he wants an hAxis: baseline option, like the vAxis: baseline. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/google-visualization-api/-**/PBieeLJ6J_sJ<https://groups.google.com/d/msg/google-visualization-api/-/PBieeLJ6J_sJ> >>> . >>> >>> To post to this group, send email to google-visualization-api@** >>> googlegroups.com <[email protected]>. >>> To unsubscribe from this group, send email to google-visualization-api+* >>> *[email protected]<google-visualization-api%[email protected]> >>> . >>> For more options, visit this group at http://groups.google.com/** >>> group/google-visualization-**api?hl=en<http://groups.google.com/group/google-visualization-api?hl=en> >>> . >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/LfhwXOr9K0MJ. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
