Options
All
  • Public
  • Public/Protected
  • All
Menu

PaneDef Subtype that describes a Graph Pane

Hierarchy

Index

Constructors

Private constructor

Properties

Private _dataPointDefs

_dataPointDefs: Array<GraphDataPointDef>

Private _defaultActionId

_defaultActionId: string

Private _displayQuadrantLines

_displayQuadrantLines: boolean

Private _filterDataPointDefs

_filterDataPointDefs: Array<GraphDataPointDef>

Private _graphType

_graphType: string

Private _groupingDataPointDef

_groupingDataPointDef: GraphDataPointDef

Private _identityDataPointDef

_identityDataPointDef: GraphDataPointDef

Private _sampleModel

_sampleModel: string

Private _xAxisLabel

_xAxisLabel: string

Private _xAxisRangeFrom

_xAxisRangeFrom: number

Private _xAxisRangeTo

_xAxisRangeTo: number

Private _yAxisLabel

_yAxisLabel: string

Private _yAxisRangeFrom

_yAxisRangeFrom: number

Private _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"

Accessors

dataPointDefs

defaultActionId

  • get defaultActionId(): string
  • Returns string

dialogHandle

dialogRedirection

displayQuadrantLines

  • get displayQuadrantLines(): boolean
  • Returns boolean

entityRecDef

filterDataPointDefs

graphType

  • get graphType(): string
  • Returns string

groupingDataPointDef

identityDataPointDef

label

  • get label(): string
  • Get the label for this Pane

    Returns string

menuDefs

  • get menuDefs(): Array<MenuDef>
  • set menuDefs(menuDefs: Array<MenuDef>): void
  • Get the all MenuDef's associated with this Pane

    Returns Array<MenuDef>

  • Get the all MenuDef's associated with this Pane

    Parameters

    Returns void

name

  • get name(): string
  • Returns string

paneId

  • get paneId(): string
  • Returns string

sampleModel

  • get sampleModel(): string
  • Returns string

settings

title

  • get title(): string
  • Returns string

viewDescs

xAxisLabel

  • get xAxisLabel(): string
  • Returns string

xAxisRangeFrom

  • get xAxisRangeFrom(): number
  • Returns number

xAxisRangeTo

  • get xAxisRangeTo(): number
  • Returns number

yAxisLabel

  • get yAxisLabel(): string
  • Returns string

yAxisRangeFrom

  • get yAxisRangeFrom(): number
  • Returns number

yAxisRangeTo

  • get yAxisRangeTo(): number
  • Returns number

Methods

findTitle

  • findTitle(): string
  • Find the title for this Pane

    Returns string

Static Private fromOpenPaneResult

Generated using TypeDoc