donvari Posted August 13, 2007 Report Share Posted August 13, 2007 Hi, the GetPointLabel Event doesn't fire up. No matter if it is on the client side (script) or the server side ("normal" code) Do you have an idea? thanks Quote Link to comment Share on other sites More sharing options...
donvari Posted August 13, 2007 Author Report Share Posted August 13, 2007 sb there??? Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 14, 2007 Report Share Posted August 14, 2007 The GetPointLabel event is only fired if you turn on the AxisStyle.Notify flag in the axis, e.g. chart1.AxisY.Styles |= AxisStyles.Notify; Note that if you have multiple Y axes you may have to turn on this flag for all of them. JuanC StackedBar.zip Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.