Jump to content
Software FX Community

How to include image other than markershape image?


vijayavaniv

Recommended Posts

i am using chartfx 5.1 in vb6.0. i have included all the markershape present in the enumeration.

if i want to include the different symbol for other series, what shall we do?

can anyone help me?

i have tried to include a star image into the chartfx, but it crashes my vb application.

i have tried the following code

chartfx.series(lngcount).picture = picture1.picture

but unfortunately it crashes the application.

 

Link to comment
Share on other sites

As mentioned on the API documentation, the property picture of the series object applies only to 2D bars. Have you tried used Wingding characters? From the API:

You can extend the point types available by setting this property to an integer representing the negative ASCII code from any font. By default, Chart FX uses the Windings font table to handle additional point types. For changing the default font, use the PointFont property.

I hope this helps.

 Regards,

AndreG

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...