Series class for a geographic map with points marked at given locations. This is the geographic equivalent of a ScatterSeries.
Constructors
Section titled "Constructors"IgcGeographicSymbolSeriesComponent
new IgcGeographicSymbolSeriesComponent(): IgcGeographicSymbolSeriesComponent Returns IgcGeographicSymbolSeriesComponent
Properties
Section titled "Properties"htmlTagName
Section titled "htmlTagName"htmlTagName: string actualMarkerBrush
Section titled "actualMarkerBrush"Inherited from: IgcGeographicMarkerSeriesComponent
actualMarkerBrush: string actualMarkerOutline
Section titled "actualMarkerOutline"Inherited from: IgcGeographicMarkerSeriesComponent
actualMarkerOutline: string actualMarkerTemplate
Section titled "actualMarkerTemplate"Inherited from: IgcGeographicMarkerSeriesComponent
actualMarkerTemplate: IgDataTemplate assigningScatterMarkerStyle
Section titled "assigningScatterMarkerStyle"assigningScatterMarkerStyle: object assigningScatterStyle
Section titled "assigningScatterStyle"assigningScatterStyle: object coercionMethods
Section titled "coercionMethods"Inherited from: IgcGeographicMarkerSeriesComponent
coercionMethods: any isCustomScatterMarkerStyleAllowed
Section titled "isCustomScatterMarkerStyleAllowed"isCustomScatterMarkerStyleAllowed: boolean isCustomScatterStyleAllowed
Section titled "isCustomScatterStyleAllowed"isCustomScatterStyleAllowed: boolean itemSearchMode
Section titled "itemSearchMode"itemSearchMode: ScatterItemSearchMode itemSearchThreshold
Section titled "itemSearchThreshold"itemSearchThreshold: number latitudeMemberPath
Section titled "latitudeMemberPath"latitudeMemberPath: string longitudeMemberPath
Section titled "longitudeMemberPath"longitudeMemberPath: string markerBrush
Section titled "markerBrush"Inherited from: IgcGeographicMarkerSeriesComponent
markerBrush: string markerCollisionAvoidance
Section titled "markerCollisionAvoidance"markerCollisionAvoidance: CollisionAvoidanceType markerFillMode
Section titled "markerFillMode"Inherited from: IgcGeographicMarkerSeriesComponent
markerFillMode: MarkerFillMode markerOutline
Section titled "markerOutline"Inherited from: IgcGeographicMarkerSeriesComponent
markerOutline: string markerOutlineMode
Section titled "markerOutlineMode"Inherited from: IgcGeographicMarkerSeriesComponent
markerOutlineMode: MarkerOutlineMode markerTemplate
Section titled "markerTemplate"Inherited from: IgcGeographicMarkerSeriesComponent
markerTemplate: IgDataTemplate markerThickness
Section titled "markerThickness"Inherited from: IgcGeographicMarkerSeriesComponent
markerThickness: number markerType
Section titled "markerType"Inherited from: IgcGeographicMarkerSeriesComponent
markerType: MarkerType maximumMarkers
Section titled "maximumMarkers"Inherited from: IgcGeographicMarkerSeriesComponent
maximumMarkers: number visibleFromScale
Section titled "visibleFromScale"Inherited from: IgcGeographicMarkerSeriesComponent
visibleFromScale: number Accessors
Section titled "Accessors"hasMarkers
Section titled "hasMarkers"Inherited from: IgcGeographicMarkerSeriesComponent
Gets whether this series supports markers
get hasMarkers(): boolean Returns boolean
hasOnlyMarkers
Section titled "hasOnlyMarkers"Gets whether the series has only marker as visuals
get hasOnlyMarkers(): boolean Returns boolean
isGeographic
Section titled "isGeographic"Inherited from: IgcGeographicMarkerSeriesComponent
Checks if this control is geographic coordinate system
get isGeographic(): boolean Returns boolean
observedAttributes
Section titled "observedAttributes"get observedAttributes(): string[] Returns string[]
Methods
Section titled "Methods"connectedCallback
Section titled "connectedCallback"connectedCallback(): void Returns void
disconnectedCallback
Section titled "disconnectedCallback"disconnectedCallback(): void Returns void
getItem
Section titled "getItem"Inherited from: IgcGeographicMarkerSeriesComponent
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
getItemSpan
Section titled "getItemSpan"Inherited from: IgcGeographicMarkerSeriesComponent
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
getItemValue
Section titled "getItemValue"Inherited from: IgcGeographicMarkerSeriesComponent
getItemValue(item: any, memberPathName: string): any Parameters
- item:
any - memberPathName:
string
Returns any
getMemberPathValue
Section titled "getMemberPathValue"Inherited from: IgcGeographicMarkerSeriesComponent
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
getNextOrExactIndex
Section titled "getNextOrExactIndex"Inherited from: IgcGeographicMarkerSeriesComponent
getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getPreviousOrExactIndex
Section titled "getPreviousOrExactIndex"Inherited from: IgcGeographicMarkerSeriesComponent
getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getSeriesHighValue
Section titled "getSeriesHighValue"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesHighValuePosition
Section titled "getSeriesHighValuePosition"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesLowValue
Section titled "getSeriesLowValue"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesLowValuePosition
Section titled "getSeriesLowValuePosition"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValue
Section titled "getSeriesValue"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueBoundingBox
Section titled "getSeriesValueBoundingBox"Inherited from: IgcGeographicMarkerSeriesComponent
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
getSeriesValueFromSeriesPixel
Section titled "getSeriesValueFromSeriesPixel"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueMarkerBoundingBox
Section titled "getSeriesValueMarkerBoundingBox"Inherited from: IgcGeographicMarkerSeriesComponent
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
getSeriesValuePosition
Section titled "getSeriesValuePosition"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValuePositionFromSeriesPixel
Section titled "getSeriesValuePositionFromSeriesPixel"Inherited from: IgcGeographicMarkerSeriesComponent
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
notifyIndexedPropertiesChanged
Section titled "notifyIndexedPropertiesChanged"Inherited from: IgcGeographicMarkerSeriesComponent
Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
notifyIndexedPropertiesChanged(): void Returns void
renderSeries
Section titled "renderSeries"Inherited from: IgcGeographicMarkerSeriesComponent
Renders the series.
renderSeries(animate: boolean): void Parameters
- animate:
boolean- True if the change should be animated.
Returns void
styleUpdated
Section titled "styleUpdated"Inherited from: IgcGeographicMarkerSeriesComponent
Called when this series' Style is updated.
styleUpdated(): void Returns void
register
Section titled "register"register(): void