Options
All
  • Public
  • Public/Protected
  • All
Menu

A view describing how to display a collection of data as a line graph, pie chart, bar chart, etc.

Hierarchy

Index

Properties

alias

alias: string

dataPoints

dataPoints: GraphDataPoint[]

defaultActionId

defaultActionId: string

displayQuadrantLines

displayQuadrantLines: boolean

filterDataPoints

filterDataPoints: GraphDataPoint[]

graphType

graphType: string

groupingDataPoint

groupingDataPoint: GraphDataPoint

id

id: string

identityDataPoint

identityDataPoint: GraphDataPoint

menu

menu: Menu

name

name: string

sampleModel

sampleModel: string

title

title: string

type

type: ViewType

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"

Methods

findMenuAt

  • findMenuAt(actionId: string): Menu

findTitle

  • findTitle(): string

Generated using TypeDoc