new VRSUIInfoChart()
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 21
Extends
- undefined
Methods
-
getChartContent(){VRSUIInfoChartContent}
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 62 -
Gets the chart content component.
Returns:
Type Description VRSUIInfoChartContent The chart content component. -
getChartDateSelector(){UIInfoChartDateSelector}
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 70 -
Gets the chart date selector content component.
Returns:
Type Description UIInfoChartDateSelector The chart date selector content component. -
getChartHeader(){VRSUIInfoChartHeader}
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 54 -
Gets the chart header component.
Returns:
Type Description VRSUIInfoChartHeader The chart header component. -
getId(){UIVRSIds}
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 103 -
Gets the unique identifier for this UI component.
Returns:
Type Description UIVRSIds The unique identifier for the information chart component. -
getInfoContainer(){UIPanelContainer}
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 46 -
Retrieves the information container.
Returns:
Type Description UIPanelContainer The information container. -
getState(){Object}
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 38 -
Gets the current state of the chart.
Returns:
Type Description Object The current state of the chart. -
updateChart(dates)
Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 95 -
Updates the chart with new dates.
Name Type Description datesArray.<Date> The new dates to update the chart with.
