Jump to content
Software FX Community

Changing point attribute causes it to now show


ron.kagan

Recommended Posts

Hello.

I'm trying to change some point appearance like marker shape / size etc...

as far as i understand, i can access the chart.Data to get the all the point attributes using the series and point index.

when i change any of the point attribute like stroke or fill, the point will not appear on the chart.

Link to comment
Share on other sites

To change some of the points you have the following options

1) You can use the Chart.Points[series, point] API which gives you a class similar to a chart Series where you can change fill color, marker attributes, point labels, etc.

2) Use the ConditionalAttributes API, we expose an API where you can specify a condition and what attributes to change and we take care of the rest. You can also show the condition in the legend window to use highlight

You could also expose some properties directly from your CLR objects and change the templates to use some of those properties but it is more complicated.

JuanC

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