Properties
dataPoints
displayQuadrantLines
displayQuadrantLines: boolean
filterDataPoints
graphType
graphType: string
groupingDataPoint
id
id: string
identityDataPoint
menu
name
name: string
sampleModel
sampleModel: string
type
xAxisLabel
xAxisLabel: string
xAxisRangeFrom
xAxisRangeFrom: number
xAxisRangeTo
xAxisRangeTo: number
yAxisLabel
yAxisLabel: string
yAxisRangeFrom
yAxisRangeFrom: number
yAxisRangeTo
yAxisRangeTo: number
Static GRAPH_TYPE_CARTESIAN
GRAPH_TYPE_CARTESIAN: string = "GRAPH_TYPE_BAR"
Static GRAPH_TYPE_PIE
GRAPH_TYPE_PIE: string = "GRAPH_TYPE_PIE"
Static PLOT_TYPE_BAR
PLOT_TYPE_BAR: string = "BAR"
Static PLOT_TYPE_BUBBLE
PLOT_TYPE_BUBBLE: string = "BUBBLE"
Static PLOT_TYPE_LINE
PLOT_TYPE_LINE: string = "LINE"
Static PLOT_TYPE_SCATTER
PLOT_TYPE_SCATTER: string = "SCATTER"
Static PLOT_TYPE_STACKED
PLOT_TYPE_STACKED: string = "STACKED"
A view describing how to display a collection of data as a line graph, pie chart, bar chart, etc.