Jump to content
Software FX Community

Darran

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Darran

  1. Hi, Is it possible to set the maximum size of a value that can be entered ino the a cell in the DataEditor? So a user can only enter a value up to a certain limit. thanks Darran
  2. Excellant, Thanks Frank that works a treat. It might be good in a future version of ChartFX to have readonly cells in the DataEditor or readonly series. As in our case we want to display a current live series which can be edited and have several historic series shown on the chart but not editable. Setting Handled = true will work though we`ll have to display a dialog stating that the series is not editable ,as its historic, which from a usability perspective works but isn`t ideal.
  3. Hi, I`ve a winforms chart thats using a editable DataEditor. I`m using the DataChangedByUser event to work out when a cell in a series changes. However I only want to make the first series in the DataEditor editable. The others should be readonly does anyone know if this is possible? thanks Darran
×
×
  • Create New...