Jump to content
Software FX Community

Secondary Y axis setting


User (Legacy)

Recommended Posts

Hi... 

i want to set the secondary Y axis...

From DB, i received data "date, value1, value2"

and date value is the x-axis value

, and value1 is one series, value2 is one series...

but value1 and value2 have differrent interval. so i set the secondary

y-axis for value2..

in code, i write as below...

but the secondary y-axis has 0 ~ 100 interval not i specified....

furthermore, secondary y-axis data aren't plotted in graph.

how can i view the data??

plz. comment...

etc) below, ASP Code.

--------------------------------------------

chart.AdoResultSet objdmRs

chart.MultiYAxis(1) = 1

chart.BkColor(1) = RGB(213, 223, 245)

chart.Adm(CSA_MIN2) = min_index

chart.OpenDataEx COD_COLORS,2, 0

chart.Color(0) = RGB(255, 0, 0)

chart.Color(1) = RGB(0, 0, 255)

chart.CloseData COD_COLORS

chart.DateFormat = "yyyy-MM-dd"

Response.write chart.GetHtmlTag(500,300)

objdmRs.Close

---------------------------------------------

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...