Relative Content

Tag Archive for arrayschartscontrols

How can I use a String Variable to refer to and access properties for a chart control

I have a need to access a charts properties in a module that processes custom labels for 5 different charts using the same routine/module for each chart. The module I created works for the 1st chart but the name of the chart has to change via a string variable passed to change the chart I’m formatting. It’s a stream lining thaingy. One label formatting routine for 5 different charts. I tried making a chart array but Vb.net won’t do that. I’ve tried using FindControl method but the IDE didn’t like it.