Jump to content
Software FX Community

A handful of questions and issues. Point labels? borders? error viewing chart


mhowes

Recommended Posts

 Is there a way if I have a simple scatter plot (less than 300 points) to have a label on the chart for each point? Something like A1, B2, etc?

 All of a sudden (I didn't change any chart properties) just outside the outer chart border (the outermost line that goes around the outside of the chart) there are awful black lines on the right side and bottom of the chart. As if it's failing to show some sort of shadow. Any idea what that is?

 I have a class that inherits from ChartFx.  Everything was fine and the project still runs but now I can't view the class or any form with the class/chart on it at *design* time?

 When I click on my class I get the following in Visual Studio

Entry point was not found. Hide
at ChartFX.WinForms.Internal.IAdornment.set_Host(IAdornmentHost value)at ChartFX.WinForms.Internal.DockableFrameCore.set_Border(IAdornment value)at ChartFX.WinForms.Chart.c(IAdornment A_0)at ChartFX.WinForms.Chart.bs()at ChartFX.WinForms.Chart..ctor()

 I've tried restarting Visual Studio and rebuilding a ton of times. Any ideas what's going on here?

 I'm using the latest release.

thanks

mike

 

 

Link to comment
Share on other sites

 I've figured out what I was doing wrong with my point labels. I never set the .Format to %L

 but it ended up turning out nearly useless. I only have 30 points but they tend to fall in bunches of 2-3 on the chart. The point labels for 2-3 points display right on top of each other making them unreadable. Doesn't even look like they try to not display on top of each other. Any way to fix this?

 and I still have the other issues above

thanks

mike

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...