Info on Chart components

Hi All,

I have a few questions about the Chart component.
Is there a way to enable / disable a Chart’s Dataset by scripting?
Is there a way to set the X axis and Y axis for a Chart’s Dataset by scripting?

Cheers,

Yes, there is, you can see JFreeChart library.

1 Like

As Mau89 states, the Vision chart component uses the JFreeChart library. You can learn a lot about how to access different chart elements by searching the forums here for “jfreechart” to see what other users have done. The JFreeChart api docs should be helpful in navigating the chart objects in scripts.

4 Likes