0

When using a ComponentOne control (ex: LineChart, Slider) you can pass in a number of options. Using FireBug or Chrome Developer Tools, how can I access the options for a control? If I change a value, what do I need to do to have the change reflected on the UI?

Mark Tucker
  • 434
  • 5
  • 13

1 Answers1

0

You can access the options during debugging by using your selector in the following jQuery:

$("#wijlinechart").data("wijlinechart").options

Mark Tucker
  • 434
  • 5
  • 13