Interface View.UpdateStages.WithChart

All Known Subinterfaces:
View.Update
Enclosing interface:
View.UpdateStages

public static interface View.UpdateStages.WithChart
The stage of the View update allowing to specify chart.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the chart property: Chart type of the main view in Cost Analysis.
  • Method Details

    • withChart

      View.Update withChart(ChartType chart)
      Specifies the chart property: Chart type of the main view in Cost Analysis. Required..
      Parameters:
      chart - Chart type of the main view in Cost Analysis. Required.
      Returns:
      the next definition stage.