User (Legacy) Posted April 15, 2002 Report Posted April 15, 2002 How can I see the value of each bar in a 3D Bar-chart, I set showvalues, it works in a point or line chart but when you change to bar those disapear. I use chartfx that came with VC++6. Thanks for your help, Eduardo
Software FX Posted April 16, 2002 Report Posted April 16, 2002 The work just the same, they should not disappear. What type of bar chart is this ? please send a picture or a chart file. -- FP Software FX, Inc.
User (Legacy) Posted April 18, 2002 Author Report Posted April 18, 2002 Thanks, this is a regular(default) bar-chart the follwing code is what I use to set values on each row: m_chart1.SetType( m_chart1.GetType() | 0x200000); //CT_SHOWVALUES = &H200000 thank again for your help, Eduardo "SoftwareFX Support" <support@softwarefx.com> escribi
Software FX Posted April 18, 2002 Report Posted April 18, 2002 Dear Eduardo, As I said in my previous e-mail, this does not happen in a "default" chart. You can easily test this by creating an empty project/form containing a chart and executing this code. You can try with the samples as well. We need more information about the SPECIFIC situation this is happening. Otherwise we can't help you find what the problem is. -- FP Software FX, Inc.
User (Legacy) Posted April 18, 2002 Author Report Posted April 18, 2002 Thanks, this is an exe file where I can't set values over each bar, sorry by waste your time with poor sample, Thanks again, Eduardo "SoftwareFX Support" <support@softwarefx.com> escribi
Recommended Posts
Archived
This topic is now archived and is closed to further replies.