I have an a user control (.ascx) that contains a default RadChart. At runtime, based on a user selection, I want to set the properties of the default chart equal to those of a dynamically created chart. If the code sets each property, this appears to work as expected. Is there a simple way to assign all properties (e.g. defaultChart = createdChart)? Or must the properties be looped through and set individually? Examples would be greatly appreciated.