Jump to content
Software FX Community

roeschda

Members
  • Posts

    6
  • Joined

  • Last visited

roeschda's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi! I implemented some logic that allows the user to change the scale of the Axes with the mouse. We observed now that if the user changes the scale of the Y-axis the chart gets painted over the top edge of the plot area. Is there any solution to prevent the chart doing that? Kind regards Dan
  2. Hi When I set chart.AutoScale = false my application crashes. Regards Dan
  3. Hi Does anybody know how I can disable that vertical (price?) line that gets drawn onto the chart when I keep right mouse button down and move the mouse? Regards Dan
  4. Hi I use the financial extension and want to remove items from the category bar (financial.Gallery.Analytical.LegendBox) or at least set them to visible = false. Is that possible and how can do that? Thank you for your help. Regards Dan
  5. Hi! Is it possible to display multiple (Close) series on one chart? Regards Dan
  6. Hi! On start up of my application I'd like to see "No Data Available" until the user selects the data source but the chart always shows some fictious series. I tried chart.Data.Clear() and chart.DataBindings.Clear() but neither worked. It only brings up "No Data Available" after the user selects the data and afterwards deselects it but not on start up. Regards Dan
×
×
  • Create New...