Jump to content
Software FX Community

mhowes

Members
  • Posts

    24
  • Joined

  • Last visited

mhowes's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. a curious thing happened when I set AutoArrange to true. Most of my point labels vanished. About 1/3 of them show mike
  2. 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
  3. 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
  4. Is there a way to manually tell the chart to recalculate the scale when one of those scale values is set and retain that setting? thanks mike
  5. The first question I think is simple but can't figure out how to do it. Is there a way with AutoScale set to true to get the XAxis Min to be less than 0 even if all the data starts at 0? I have a simple line chart that has tons of data right at the beginning where YAxis values increase rapidly but AutoScale is exactly what I need. The problem is too many values get bunched up right near 0 on the XAxis. I'd love to have AutoScale = true but the XAxis to begin at -.5 can I do that? thanks mike
×
×
  • Create New...