Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point.

IgcGeographicScatterAreaSeriesComponent

new IgcGeographicScatterAreaSeriesComponent(): IgcGeographicScatterAreaSeriesComponent

Returns IgcGeographicScatterAreaSeriesComponent

htmlTagName: string
actualColorScale: IgcColorScaleComponent

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

coercionMethods: any
colorMemberPath: string
colorScale: IgcColorScaleComponent

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

latitudeMemberPath: string

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

longitudeMemberPath: string

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

trianglesSource: any[]

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

triangleVertexMemberPath1: string

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

triangleVertexMemberPath2: string

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

triangleVertexMemberPath3: string

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

triangulationDataSource: string
triangulationStatusChanged: object

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

visibleFromScale: number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

Gets whether this series supports markers

get hasMarkers(): boolean

Returns boolean

Gets whether the current series shows an area shape.

get isArea(): boolean

Returns boolean

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

Checks if this control is geographic coordinate system

get isGeographic(): boolean

Returns boolean

get observedAttributes(): string[]

Returns string[]

connectedCallback(): void

Returns void

disconnectedCallback(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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: IgcGeographicXYTriangulatingSeriesComponent

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: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

  • item: any
  • memberPathName: string

Returns any

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns IgPoint

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns IgPoint

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns number

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns IgPoint

getSeriesValuePositionFromSeriesPixel

Section titled "getSeriesValuePositionFromSeriesPixel"

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

Parameters

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

Returns IgPoint

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

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

notifyIndexedPropertiesChanged(): void

Returns void

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

Renders the series.

renderSeries(animate: boolean): void

Parameters

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

Returns void

Inherited from: IgcGeographicXYTriangulatingSeriesComponent

Called when this series' Style is updated.

styleUpdated(): void

Returns void

Updates ActualColorScale properties using HostedSeries's ColorScale properties

updateActualColorScale(): void

Returns void

register(): void

Returns void