Series class for a geographic map with points marked at given locations. This is the geographic equivalent of a ScatterSeries.

IgxGeographicProportionalSymbolSeriesComponent

new IgxGeographicProportionalSymbolSeriesComponent(): IgxGeographicProportionalSymbolSeriesComponent

Returns IgxGeographicProportionalSymbolSeriesComponent

ngAcceptInputType_fillScaleUseGlobalValues

Section titled "ngAcceptInputType_fillScaleUseGlobalValues"
ngAcceptInputType_fillScaleUseGlobalValues: string | boolean

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_hasMarkers: string | boolean
ngAcceptInputType_hasOnlyMarkers: string | boolean

ngAcceptInputType_isCustomScatterMarkerStyleAllowed

Section titled "ngAcceptInputType_isCustomScatterMarkerStyleAllowed"
ngAcceptInputType_isCustomScatterMarkerStyleAllowed: string | boolean

ngAcceptInputType_isCustomScatterStyleAllowed

Section titled "ngAcceptInputType_isCustomScatterStyleAllowed"
ngAcceptInputType_isCustomScatterStyleAllowed: string | boolean

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_isGeographic: string | boolean
ngAcceptInputType_itemSearchMode: any

ngAcceptInputType_itemSearchThreshold

Section titled "ngAcceptInputType_itemSearchThreshold"
ngAcceptInputType_itemSearchThreshold: string | number

ngAcceptInputType_markerBrushBrightness

Section titled "ngAcceptInputType_markerBrushBrightness"
ngAcceptInputType_markerBrushBrightness: string | number

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_markerFillMode: any

ngAcceptInputType_markerOutlineBrightness

Section titled "ngAcceptInputType_markerOutlineBrightness"
ngAcceptInputType_markerOutlineBrightness: string | number

ngAcceptInputType_markerOutlineMode

Section titled "ngAcceptInputType_markerOutlineMode"

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_markerOutlineMode: any

ngAcceptInputType_markerOutlineUsesFillScale

Section titled "ngAcceptInputType_markerOutlineUsesFillScale"
ngAcceptInputType_markerOutlineUsesFillScale: string | boolean

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_markerThickness: string | number

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_markerType: any

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_maximumMarkers: string | number

ngAcceptInputType_radiusScaleUseGlobalValues

Section titled "ngAcceptInputType_radiusScaleUseGlobalValues"
ngAcceptInputType_radiusScaleUseGlobalValues: string | boolean

Inherited from: IgxGeographicMarkerSeriesComponent

ngAcceptInputType_visibleFromScale: string | number
ɵcmp: ɵɵComponentDeclaration<IgxGeographicProportionalSymbolSeriesComponent, "igx-geographic-proportional-symbol-series", never, object, object, never, never>
ɵfac: ɵɵFactoryDeclaration<IgxGeographicProportionalSymbolSeriesComponent, never>

Inherited from: IgxGeographicMarkerSeriesComponent

actualMarkerBrush: string

Inherited from: IgxGeographicMarkerSeriesComponent

actualMarkerOutline: string

Inherited from: IgxGeographicMarkerSeriesComponent

actualMarkerTemplate: IgDataTemplate

Inherited from: IgxGeographicMarkerSeriesComponent

coercionMethods: any
fillMemberPath: string
fillScale: IgxBrushScaleComponent
fillScaleUseGlobalValues: boolean
isCustomScatterMarkerStyleAllowed: boolean
isCustomScatterStyleAllowed: boolean
itemSearchMode: ScatterItemSearchMode
itemSearchThreshold: number
labelMemberPath: string
latitudeMemberPath: string
longitudeMemberPath: string

Inherited from: IgxGeographicMarkerSeriesComponent

markerBrush: string
markerBrushBrightness: number

Inherited from: IgxGeographicMarkerSeriesComponent

markerFillMode: MarkerFillMode

Inherited from: IgxGeographicMarkerSeriesComponent

markerOutline: string
markerOutlineBrightness: number

Inherited from: IgxGeographicMarkerSeriesComponent

markerOutlineMode: MarkerOutlineMode
markerOutlineUsesFillScale: boolean

Inherited from: IgxGeographicMarkerSeriesComponent

markerTemplate: IgDataTemplate

Inherited from: IgxGeographicMarkerSeriesComponent

markerThickness: number

Inherited from: IgxGeographicMarkerSeriesComponent

markerType: MarkerType

Inherited from: IgxGeographicMarkerSeriesComponent

maximumMarkers: number
radiusMemberPath: string
radiusScale: IgxSizeScaleComponent
radiusScaleUseGlobalValues: boolean

Inherited from: IgxGeographicMarkerSeriesComponent

visibleFromScale: number

Event raised when Assigning Scatter Marker Style

get assigningScatterMarkerStyle(): EventEmitter<object>

Returns EventEmitter<object>

Event raised when Assigning Category Style

get assigningScatterStyle(): EventEmitter<object>

Returns EventEmitter<object>

Inherited from: IgxGeographicMarkerSeriesComponent

Gets whether this series supports markers

get hasMarkers(): boolean

Returns boolean

Gets whether the series has only marker as visuals

get hasOnlyMarkers(): boolean

Returns boolean

Inherited from: IgxGeographicMarkerSeriesComponent

Checks if this control is geographic coordinate system

get isGeographic(): boolean

Returns boolean

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgxGeographicMarkerSeriesComponent

Gets the item that is the best match for the specified world coordinates.

getItem(world: IgPoint): any

Parameters

  • world: IgPoint
    • The world coordinates to use.

Returns any

Inherited from: IgxGeographicMarkerSeriesComponent

For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.

getItemSpan(): number

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

getItemValue(item: any, memberPathName: string): any

Parameters

  • item: any
  • memberPathName: string

Returns any

Inherited from: IgxGeographicMarkerSeriesComponent

Gets the value of a requested member path from the series.

getMemberPathValue(memberPathName: string): string

Parameters

  • memberPathName: string
    • The property name of a valid member path for the series

Returns string

Inherited from: IgxGeographicMarkerSeriesComponent

getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.

getSeriesValueBoundingBox(world: IgPoint): IgRect

Parameters

  • world: IgPoint
    • The world coordinate for which to get a value bounding box for

Returns IgRect

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • mouse: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxGeographicMarkerSeriesComponent

If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.

getSeriesValueMarkerBoundingBox(world: IgPoint): IgRect

Parameters

  • world: IgPoint
    • The world coordinates for which to get a value marker bounding box for

Returns IgRect

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

getSeriesValuePositionFromSeriesPixel

Section titled "getSeriesValuePositionFromSeriesPixel"

Inherited from: IgxGeographicMarkerSeriesComponent

getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • mouse: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxGeographicMarkerSeriesComponent

Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series

notifyIndexedPropertiesChanged(): void

Returns void

Inherited from: IgxGeographicMarkerSeriesComponent

Renders the series.

renderSeries(animate: boolean): void

Parameters

  • animate: boolean
    • True if the change should be animated.

Returns void

Inherited from: IgxGeographicMarkerSeriesComponent

Called when this series' Style is updated.

styleUpdated(): void

Returns void