User (Legacy) Posted August 11, 2005 Report Posted August 11, 2005 User can add annotations on the chart from the toolbar. I rescale according to the units by repopulating the data (I dont use the Axis.ScaleUnit Property, because of design constraints), the annotations will move to a new position according to the scale. I understand the annotations are attached to the chart by the attach function, but the parameters passed to the attach functions are not the properties of the AnnotationObject. How does Top, Left properties of the AnnotationObject correspond with the parameters passed to the attach function. If I can know the old position of the annotation I can attach it to the desired location. Thanks Ahmad
User (Legacy) Posted August 17, 2005 Author Report Posted August 17, 2005 Hi, I will be obliged if I get a quick respone. Thanks, Ahmad "Ahmad Luqman" <ahmad.luqman@trivor.com> wrote in message news:Hk3AkrmnFHA.356@webserver3.softwarefx.com... > User can add annotations on the chart from the toolbar. I rescale according > to the units by repopulating the data (I dont use the Axis.ScaleUnit > Property, because of design constraints), the annotations will move to a new > position according to the scale. I understand the annotations are attached > to the chart by the attach function, but the parameters passed to the attach > functions are not the properties of the AnnotationObject. How does Top, Left > properties of the AnnotationObject correspond with the parameters passed to > the attach function. If I can know the old position of the annotation I can > attach it to the desired location. > > Thanks > Ahmad > >
Software FX Posted August 17, 2005 Report Posted August 17, 2005 Unfortunately there is no way to obtain the current "logical position" and the mapping used to convert this position to physical coordinates. -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.