Annotation Type ExcelChartDataLabel


@Documented @Retention(RUNTIME) public @interface ExcelChartDataLabel
The Interface ExcelChartDataLabel.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Enable.
    boolean
    Show cat name.
    boolean
    Show legend key.
    boolean
    Show ser name.
    boolean
    Show val.
  • Element Details

    • enable

      boolean enable
      Enable.
      Returns:
      true, if successful
      Default:
      false
    • showVal

      boolean showVal
      Show val.
      Returns:
      true, if successful
      Default:
      true
    • showLegendKey

      boolean showLegendKey
      Show legend key.
      Returns:
      true, if successful
      Default:
      true
    • showCatName

      boolean showCatName
      Show cat name.
      Returns:
      true, if successful
      Default:
      true
    • showSerName

      boolean showSerName
      Show ser name.
      Returns:
      true, if successful
      Default:
      true