User (Legacy) Posted September 4, 2001 Report Share Posted September 4, 2001 I need to assign a marker shape to just one point on a series in a line graph, rather than to all points for that series. In Excel this was done by creating a new series with only one XValue. I can't see how this is done from within Chart-FX. Can anyone help? Many thanks Duncan Smith Link to comment Share on other sites More sharing options...
User (Legacy) Posted September 4, 2001 Author Report Share Posted September 4, 2001 Found how to do this using the PaintMarker event to obtain the DC then calling the Win32 SDK paint functions, as in the sample provided. Not the easiest feature of the software... There may well be a better way...? "Duncan Smith" <dusmith@baracing.co.uk> wrote in message news:o2hIEDVNBHA.1200@webserver1.softwarefx.com... > I need to assign a marker shape to just one point on a series in a line > graph, rather than to all points for that series. In Excel this was done by > creating a new series with only one XValue. I can't see how this is done > from within Chart-FX. Can anyone help? > > Many thanks > > Duncan Smith > > Link to comment Share on other sites More sharing options...
Software FX Posted September 4, 2001 Report Share Posted September 4, 2001 At this moment we do not support per marker attributes. We will support this in a future version of the product. In the meantime the only workaround (ugly, I know) would be to fake a dummy series where all points but one are HIDDEN and set the MarkerShape for this series. -- Regards, JC SoftwareFX "Duncan Smith" <dusmith@baracing.co.uk> wrote in message news:o2hIEDVNBHA.1200@webserver1.softwarefx.com... > I need to assign a marker shape to just one point on a series in a line > graph, rather than to all points for that series. In Excel this was done by > creating a new series with only one XValue. I can't see how this is done > from within Chart-FX. Can anyone help? > > Many thanks > > Duncan Smith > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.