Interface: ChartRelationship
Defined in: src/sdk/charts/ChartTypes.ts:97
A relationship from one chart to another.
Properties
fromChartGuid
readonlyfromChartGuid:string
Defined in: src/sdk/charts/ChartTypes.ts:102
The GUID of the chart on the FROM side of this relationship (the FROM chart).
procedure
readonlyprocedure:null|ChartProcedureIdentifier
Defined in: src/sdk/charts/ChartTypes.ts:114
The procedure associated with this relationship, if any.
toChartGuid
readonlytoChartGuid:string
Defined in: src/sdk/charts/ChartTypes.ts:105
The GUID of the chart on the TO side of this relationship (the TO chart).
toChartPage
readonlytoChartPage:null|number
Defined in: src/sdk/charts/ChartTypes.ts:111
The (zero-based) index of the page of the TO chart to which this relationship applies, or null if the
relationship is not page-specific.
type
readonlytype:number
Defined in: src/sdk/charts/ChartTypes.ts:99
The type of this relationship, as a number that extends ChartRelationshipType.