--- In [email protected], "vic8427" <[EMAIL PROTECTED]> wrote:
>
> I have a ColumnChart with the LinearAxis's minimum value set to -100 and the
> maximum
> value set to 100. I want the columns to begin at -100 instead of at 0 (which
> would be in
the
> middle of the chart) even if the value is greater than zero. Any suggestions?
>
The only way I have found to do this is to set the minField property on the
column series to a
field in the dataprovider that contains the value that you want the bottom of
the chart to
begin at. (in my case it was -100) Since my dataprovider did not initially
contain this field
with this value, I had to add it to the dataprovider. Hopefully there is a
better way to do this.