User (Legacy) Posted May 1, 2003 Report Share Posted May 1, 2003 I have labels on my X and Y axis in my 3D Bar Chart with clustering turned on however... I can't seem to work out how I can get chartFX to display labels along the 3rd axis. I'm expecting these labels to equate to the column names of the DataTable which is set as the chart's datasource. Is there a way to do this ? Michael Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 2, 2003 Author Report Share Posted May 2, 2003 Correction I'm expecting the labels to be set to the column captions... "Michael Lang" <michael@fusiongrp.com> wrote in message news:HZyAxqFEDHA.1336@webserver1.softwarefx.com... > I have labels on my X and Y axis in my 3D Bar Chart with clustering turned > on however... > > I can't seem to work out how I can get chartFX to display labels along the > 3rd axis. > > I'm expecting these labels to equate to the column names of the DataTable > which is set as the chart's datasource. > > Is there a way to do this ? > > Michael > > Link to comment Share on other sites More sharing options...
Software FX Posted May 2, 2003 Report Share Posted May 2, 2003 Along the -Z-Axis ? For this you need to set the SerKey property as follows: chart1.SerKey[0] = "Series 1"; chart1.SerKey[1] = "Series 2"; These will only show in a cluster 3D chart. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 4, 2003 Author Report Share Posted May 4, 2003 Thanks for that this appears to be the answer... However I now have another small glitch.... I'm allowing the using to select which series appear on the chart the only problem is that these SerKey's seem to line against the visible series... ie as they make a series invisible the SerKey for that series still appears in the same position only now it's appearing against the wrong series... e.g if you have series 1,2,3,4 with serkeys a,b,c,d you make 2&3 invisible you then get 1&4 with serkey's a,b visible... This seems a bit wrong. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:JlBFbaMEDHA.2996@webserver1.softwarefx.com... > Along the -Z-Axis ? For this you need to set the SerKey property as follows: > > chart1.SerKey[0] = "Series 1"; > > chart1.SerKey[1] = "Series 2"; > > > > These will only show in a cluster 3D chart. > > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
Software FX Posted May 5, 2003 Report Share Posted May 5, 2003 This is a bug, I will pots it in our KB and hopefully we can fix it in the next SP. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.