Jump to content
Software FX Community

stack xy chart


User (Legacy)

Recommended Posts

I have more than one series of data need to be displayed in XY chart. I use

the following statements try to display them in stacked style:

m_pChartFX->Series->Item[0]->Stacked = TRUE ;

m_pChartFX->Series->Item[1]->Stacked = TRUE ;

I don't know why they were not displayed in stacked style. Is there

something wrong in my code? Any help would be most appreciated.

Danqing

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...