You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <paramname="shapes">The shapes to add to the input charts layout</param>
927
+
/// <paramname="Append">If true, the input annotations will be appended to existing annotations, otherwise existing annotations will be removed (default: true)</param>
/// Create a combined chart with the given charts merged
@@ -1491,3 +1521,43 @@ type Chart =
1491
1521
1492
1522
GenericChart.setLayout updatedLayout ch
1493
1523
)
1524
+
1525
+
/// <summary>
1526
+
///
1527
+
/// </summary>
1528
+
/// <paramname="images">The images to add to the input charts layout</param>
1529
+
/// <paramname="Append">If true, the input images will be appended to existing annotations, otherwise existing annotations will be removed (default: true)</param>
0 commit comments