Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
am using a combo chart,to display a bar and line
on line chart basicaly ,there is functionality implemented as :
on button click it is diplayed but whats happening in my scenario is :
its overlapping my bar chart ,
ideally what i want is its should be displayed leaving some space after bar chart.

and how do you want this to look like?
line chart shud nt overlap rather it shud be on right side
Using Samane's Sample app
Go to Axes Tab >> For line Expression change Axes to Right Bottom and >> Check Split Axis
i dont want on top ,want parallel to bar chart in right side bt jst nt overlapping
See Attached app, i've offset the Line using Dual(),
=Dual(max(amt),max(amt)*1.15)
on the pop-up you will see the Actual value but the line will be plotted at +15% of the actual value
am unable to see any kind of attachment,
nd also am using persnl edition so wont be posible to open,can u paste it here,where exactly we need to wrte the expression
can you post your sample app/sample data?
just let me know where to write the expression.
Change the existing expression to a Dual() expression
=Dual(YourExpression,YourExpression*1.15)