Dim rc As New RadChart
rc.AutoLayout = True
rc.AutoTextWrap = True
rc.ChartTitle.Visible = False
rc.Legend.Visible = False
rc.PlotArea.XAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.YAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.XAxis.Appearance.MajorGridLines.Visible = False
rc.PlotArea.YAxis.Appearance.MajorGridLines.Visible = False
rc.PlotArea.XAxis.Appearance.MinorGridLines.Visible = False
rc.PlotArea.XAxis.Appearance.MinorGridLines.Visible = False
rc.PlotArea.YAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.XAxis.Appearance.LabelAppearance.Visible = False
rc.PlotArea.XAxis.Appearance.MajorTick.Visible = False
rc.PlotArea.XAxis.Appearance.MinorTick.Visible = False
rc.PlotArea.YAxis.Appearance.MajorTick.Visible = False
rc.PlotArea.YAxis.Appearance.MinorTick.Visible = False