new RSUIInfoChart(infoContainer)
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 21
Constructs an RSUIInfoChart object.
| Name | Type | Description |
|---|---|---|
infoContainer |
RSUIInfoRSContainer |
Container for the information chart. |
Extends
- undefined
Methods
-
getChartContent(){RSUIInfoChartContent}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 99 -
Gets the chart content component.
Returns:
Type Description RSUIInfoChartContent The chart content component. -
getChartDateSelector(){RSUIInfoChartDateSelector}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 91 -
Gets the chart date selector component.
Returns:
Type Description RSUIInfoChartDateSelector The chart date selector component. -
getChartHeader(){RSUIInfoChartHeader}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 83 -
Gets the chart header component.
Returns:
Type Description RSUIInfoChartHeader The chart header component. -
getId(){string}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 142 -
Gets the unique identifier for this UI component.
Returns:
Type Description string The unique identifier for the information chart component. -
getInfoContainer(){RSUIInfoRSContainer}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 75 -
Retrieves the information container.
Returns:
Type Description RSUIInfoRSContainer The information container. -
getState(){Object}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 67 -
Gets the current state of the chart.
Returns:
Type Description Object The current state of the chart. -
updateChart(dates)
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChart/index.ts, line 121 -
Updates the chart with new dates.
Name Type Description datesArray.<Date> The new dates to update the chart with.
