I can change the frame of the plot area to clsNone by using
Chart.PlotArea.Frame.LineFormat.LineStyle := clsNone;
How can I set the frame of the entire chart to clsNone as well? This is the frame that encompasses the plot area, legends, etc.
thanks,
Bob M..