User (Legacy) Posted April 9, 2003 Report Share Posted April 9, 2003 Hi I have the following code asp code. This code is generating a stacked bar as shown in the attachment. Please note that the bar in blue is not plotted as required between -13.66 to -2.00. Thanks in Advance. Mallik ======================================================================== univ_graph.OpenDataEX COD_VALUES,6,6 univ_graph.OpenDataEX COD_INIVALUES,6,6 univ_graph.Stacked = CHART_STACKED univ_graph.Series(5).MarkerShape = 4 univ_graph.Series(0).Gallery = BAR ' univ_graph.Series(0).Stacked = True univ_graph.Series(1).Gallery = BAR univ_graph.Series(1).Stacked = True univ_graph.Series(2).Gallery = BAR univ_graph.Series(2).Stacked = True univ_graph.Series(3).Gallery = BAR univ_graph.Series(3).Stacked =true univ_graph.Axis(AXIS_X).Label(0) = "YTD" univ_graph.IniValueEx(0,0) =-34.101001739502 univ_graph.ValueEx(0,0) =-25.3159999847412 univ_graph.IniValueEx(1,0) =-25.3159999847412 univ_graph.ValueEx(1,0) =5.25900077819824 univ_graph.IniValueEx(2,0) =-20.056999206543 univ_graph.ValueEx(2,0) =6.39099884033203 univ_graph.IniValueEx(3,0) =-13.6660003662109 univ_graph.ValueEx(3,0) =11.6650009155273 univ_graph.IniValueEx(0,0) =-34.101001739502 univ_graph.ValueEX(0, 0) =-25.3159999847412 univ_graph.IniValueEx(1,0) =-25.3159999847412 univ_graph.ValueEX(1, 0)=5.25900077819824 univ_graph.IniValueEx(2,0)=-20.056999206543 univ_graph.ValueEX(2, 0)=6.39099884033203 univ_graph.IniValueEx(3,0) =-13.6660003662109 univ_graph.ValueEX(3, 0) = 11.6650009155273 univ_graph.IniValueEx(4, 0) = 12.29 univ_graph.ValueEX(4, 0) = 12.29 univ_graph.IniValueEx(5, 0) = -22.1 univ_graph.ValueEX(5, 0) = -22.1 univ_graph.Axis(AXIS_Y).Max = 98 univ_graph.Axis(AXIS_Y).Min = =-34.101001739502 univ_graph.RecalcScale univ_graph.CloseData COD_VALUES univ_graph.CloseData COD_INIVALUES ================================================================ ---------------------------------------------------------------------------- ---- Quote Link to comment Share on other sites More sharing options...
Software FX Posted April 10, 2003 Report Share Posted April 10, 2003 Please read my answer in chartfx.internet.55. Please do not cross-post. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.