Search found 1 match

by jeff_whittaker
Fri May 23, 2008 7:10 pm
Forum: ActiveX
Topic: High-low line chart problem (VC2005; AX 8.0.0.3)
Replies: 1
Views: 2700

High-low line chart problem (VC2005; AX 8.0.0.3)

Hi, I am trying to modify the high-low line chart pointer styles for my chart. When I use GetHighPointer() or GetLowPointer(), I get a run-time "Member not found" dialog. Here is a snippet of the code in question: int iSeries = m_pChart->AddSeries(scHighLowLine); CSeries series = m_pChart->Series(iS...