Jump to content
Software FX Community

HOT TO extend MarkerShape ?


User (Legacy)

Recommended Posts

You need to set the PointFont property to a font that contains the symbol

you want (the default font for this property is Windings) then find out the

character code for it (you can use the Character Map accessory included in

Windows) and set the negative of it to the MarkerShape property. For example

in the Windings Font, character 38 is an open book.

To chose this you need to do:

ChartFX1.Series(0).MarkerShape = -38

You can use MarkerSize to control the size.

These properties can be set per series or globally.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...