|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/24/2008 1:13:13 AM
Posts: 2,
Visits: 2
|
|
Here is my XML. Chart was showing the Div lines on Y axis before I specified PYAxisMaxValue & SYAxisMaxValue. Once I have specified these values, it stopped showing the Div lines. I want to show div lines and div labels to make it more readable. Can someone please help with this? Here is the XML for opening tag ....
Thanks
chart PYAxisMaxValue='13229.3110' SYAxisMaxValue='100' numDivLines='11' palette='2'
caption='' subCaption='' showValues='0' divLineDecimalPrecision='1' limitsDecimalPrecision='0'
PYAxisName='' SYAxisName='' numberPrefix='$' formatNumberScale='1' decimals='2'
numVisiblePlot='7' setAdaptiveYMin='0' setAdaptiveSYMin='0'
Here is what its showing

|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/24/2008 1:13:13 AM
Posts: 2,
Visits: 2
|
|
never mind. Figured it out. Just added "adjustDiv='0'" and its working like a charm !
|
|
|
|