User (Legacy) Posted November 19, 2003 Report Share Posted November 19, 2003 Example: I set format for xaxis to YYYY-DD-MM ( custom ) variant = chart_fx->GetAxis()->GetItem( AXIS_X )->GetFormat(); always returns an integer corresponding to AF_CUSTOM. How can I get back the string that I specified as the custom format using COM?? Thank you for your time -Mac Link to comment Share on other sites More sharing options...
Software FX Posted November 20, 2003 Report Share Posted November 20, 2003 You will have to store it in your own variable as well. You can not retrieve it form the chart. -- 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.