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.
- Boolean! :
- # Whether or not showZero is enabled.
- Boolean! :
- # Type of chart, graph, or table that displays the report.
- GalleryTypeId :
- # Whether the bookmarked report is a cross table.
- Boolean! :
- # Currency of all monetary values that are displayed in the report.
- String! :
- }