GraphQL OBJECT

BiChartSettings

Settings of the chart, graph, or table that displays the report in the Business Intelligence (BI).

link Definition

  • type BiChartSettings {
  • # Whether or not PointLabels are enabled.
  • pointLabels: Boolean!
  • # Whether or not showZero is enabled.
  • showZero: Boolean!
  • # Type of chart, graph, or table that displays the report.
  • galleryType: GalleryTypeId
  • # Whether the bookmarked report is a cross table.
  • isCrossTable: Boolean!
  • # Currency of all monetary values that are displayed in the report.
  • currencyId: String!
  • }