With
mychart
.AutoScaling =
True
.HasLegend =
True
.HasDataTable =
False
.HasTitle =
True
.ChartTitle.text = B.Get_text(
"Titel"
, zeile)
.Axes(xlCategory, xlPrimary).HasTitle =
True
.Axes(xlCategory, xlPrimary).AxisTitle.Characters.text = B.Get_text(
"Titel_X_Achse"
, zeile)
.Axes(xlValue, xlPrimary).HasTitle =
True
.Axes(xlValue, xlPrimary).AxisTitle.Characters.text = B.Get_text(
"Titel_Y1_Achse"
, zeile)
.Axes(xlValue, xlSecondary).HasTitle =
True
.Axes(xlValue, xlSecondary).AxisTitle.Characters.text = B.Get_text(
"Titel_Y2_Achse"
, zeile)
.SetSourceData Source:=q
End
With