Jump to content
Software FX Community

annotation toolbar


User (Legacy)

Recommended Posts

Hello,

I added the annotation toolbar to my chart using the following sample code:

SoftwareFX.ChartFX.Annotation.AnnotationX annot = new

SoftwareFX.ChartFX.Annotation.AnnotationX();

annot.Enabled =true;

chart1.Extensions.Add(annot);

annot.ToolBar =true;

When I use the context menu to hide the annotation toolbar, it labeled with

un-checked status. When I hide the annotation toolbar, its image changed to

checked status which is the opposite to what it suppose to be. I got the

same result when I tried on the support site. Is this a bug? Do I need to

change the status of the command which cooresponds to the annotation toolbar

explicitly?

Thanks.

Danqing

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...