[]
        
(Showing Draft Content)

Wijmo_React_Chart_Map

wijmo.react.chart.map Module

Contains React components for the wijmo.chart.map module.

Variables

Const ColorScale

ColorScale: React.ForwardRefExoticComponent<ColorScaleProps>

React component for the wijmo.chart.map.ColorScale class.

The color-scale component should be contained in one of the following components: wijmo.react.chart.map.ScatterMapLayer , wijmo.react.chart.map.GeoMapLayer or wijmo.react.chart.map.GeoGridLayer.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.ColorScale class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const FlexMap

FlexMap: React.ForwardRefExoticComponent<FlexMapProps>

React component for the wijmo.chart.map.FlexMap control.

The flex-map component may contain the following child components: wijmo.react.chart.FlexChartLegend , wijmo.react.chart.map.ScatterMapLayer , wijmo.react.chart.map.GeoMapLayer and wijmo.react.chart.map.GeoGridLayer.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.FlexMap control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const GeoGridLayer

GeoGridLayer: React.ForwardRefExoticComponent<GeoGridLayerProps>

React component for the {@link wijmo.chart.map.GeoGridLayer} class.

The geo-grid-layer component should be contained in a wijmo.react.chart.map.FlexMap component.

The geo-grid-layer component may contain a wijmo.react.chart.map.ColorScale child component.

The component supports all properties and events of the pure JavaScript {@link wijmo.chart.map.GeoGridLayer} class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const GeoMapLayer

GeoMapLayer: React.ForwardRefExoticComponent<GeoMapLayerProps>

React component for the wijmo.chart.map.GeoMapLayer class.

The geo-map-layer component should be contained in a wijmo.react.chart.map.FlexMap component.

The geo-map-layer component may contain a wijmo.react.chart.map.ColorScale child component.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.GeoMapLayer class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const ScatterMapLayer

ScatterMapLayer: React.ForwardRefExoticComponent<ScatterMapLayerProps>

React component for the wijmo.chart.map.ScatterMapLayer class.

The scatter-map-layer component should be contained in a wijmo.react.chart.map.FlexMap component.

The scatter-map-layer component may contain a wijmo.react.chart.map.ColorScale child component.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.ScatterMapLayer class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.