UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités de productivité

Dernière mise à jour 6 avr. 2026

Update Chart Workbook

UiPath.Excel.Activities.UpdateChart

Remarque :

Cette activité est disponible en version préliminaire.

Updates the properties of an existing chart in an Excel file. This is the cross-platform equivalent of the Update Excel Chart Windows-only activity.

Remarque :

Les formats de classeur pris en charge sont .xls, .xlsm, .xltm, .xlsx, et .xltx.

Compatibilité du projet

Windows | Multiplate-forme

Properties and configuration

  • File - The full path of the resource workbook. To switch to a local path, select the plus icon, and then Use Local File. The current field changes to File (local path), where you can provide the full path of the workbook.
  • Chart - The chart to update. Select the file, sheet, and chart, or enter the chart name manually. You can also reference a chart saved by the Insert Chart Workbook activity.
  • SheetName - The name of the sheet containing the chart. If not set, the chart is searched for in all sheets.
  • Chart modifications - Select Open Collection Builder to add one or more modifications to apply to the chart. To set the options dynamically, you can use a variable. Select the plus menu icon, and then Use an Expression. The following modification types are available:
    • new ModifyChartTitleChartModification With {.ShowTitle = False, .Title = "myTitle"}
    • new ShowHideLegendChartModification With {.ShowLegend = False}
    • new ShowHideDataLabelsChartModification With {.ShowDataLabels = False}
    • new ChangeDataRangeChartModification With {.UseTableSource = False, .SheetName = "Sheet4", .Range = "A2:B2"}
    • new UpdateAxisTitleChartModification With {.Axis = AxisOrientationType.Vertical, .ShowTitle = True, .Title = "myVertTitle"}
    • new UpdateAxisBoundsChartModification With {.Axis = AxisOrientationType.Vertical, .MinBound = 10, .MaxBound = 40}

Utiliser le classeur

  • Classeur : le classeur existant à utiliser.

Options

  • Mot de passe : le mot de passe du classeur, si nécessaire.
  • Compatibilité du projet
  • Properties and configuration

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour