java.lang.Object
com.azure.core.util.ExpandableStringEnum<ChartType>
com.azure.resourcemanager.costmanagement.models.ChartType

public final class ChartType extends com.azure.core.util.ExpandableStringEnum<ChartType>
Chart type of the main view in Cost Analysis. Required.
  • Field Details

    • AREA

      public static final ChartType AREA
      Static value Area for ChartType.
    • LINE

      public static final ChartType LINE
      Static value Line for ChartType.
    • STACKED_COLUMN

      public static final ChartType STACKED_COLUMN
      Static value StackedColumn for ChartType.
    • GROUPED_COLUMN

      public static final ChartType GROUPED_COLUMN
      Static value GroupedColumn for ChartType.
    • TABLE

      public static final ChartType TABLE
      Static value Table for ChartType.
  • Constructor Details

  • Method Details

    • fromString

      public static ChartType fromString(String name)
      Creates or finds a ChartType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ChartType.
    • values

      public static Collection<ChartType> values()
      Gets known ChartType values.
      Returns:
      known ChartType values.