Jump to content
Software FX Community

setting point attributes for each bubble in bubble chart


binukjohn

Recommended Posts

I am trying to set bordereffect and border color property for each bubble in the bubble chart. However, setting the border properties doesnt seem  to be working..setting of color is working fine..Here is what I did.

for (int i = 0; i < Chart1.NValues; i++)

 {

  Chart1.Point.Border = true; //not working

  Chart1.Point.BorderEffect = BorderEffect.Dark; //not working

  Chart1.Point.BorderColor = Color.Black; //not working

  Chart1.Point.Color = Color.Black; //This seems to be working

 }

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...