Represents a class for Geographic Contour Series displayed on a map.
Constructors
Section titled "Constructors"IgxGeographicContourLineSeriesComponent
new IgxGeographicContourLineSeriesComponent(): IgxGeographicContourLineSeriesComponent Returns IgxGeographicContourLineSeriesComponent
Properties
Section titled "Properties"ngAcceptInputType_hasMarkers
Section titled "ngAcceptInputType_hasMarkers"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
ngAcceptInputType_hasMarkers: string | boolean ngAcceptInputType_isGeographic
Section titled "ngAcceptInputType_isGeographic"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
ngAcceptInputType_isGeographic: string | boolean ngAcceptInputType_isLineContour
Section titled "ngAcceptInputType_isLineContour"ngAcceptInputType_isLineContour: string | boolean ngAcceptInputType_visibleFromScale
Section titled "ngAcceptInputType_visibleFromScale"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
ngAcceptInputType_visibleFromScale: string | number ɵcmp: ɵɵComponentDeclaration<IgxGeographicContourLineSeriesComponent, "igx-geographic-contour-line-series", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxGeographicContourLineSeriesComponent, never> actualFillScale
Section titled "actualFillScale"actualFillScale: IgxValueBrushScaleComponent coercionMethods
Section titled "coercionMethods"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
coercionMethods: any fillScale
Section titled "fillScale"fillScale: IgxValueBrushScaleComponent latitudeMemberPath
Section titled "latitudeMemberPath"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
latitudeMemberPath: string longitudeMemberPath
Section titled "longitudeMemberPath"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
longitudeMemberPath: string trianglesSource
Section titled "trianglesSource"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
trianglesSource: any[] triangleVertexMemberPath1
Section titled "triangleVertexMemberPath1"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
triangleVertexMemberPath1: string triangleVertexMemberPath2
Section titled "triangleVertexMemberPath2"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
triangleVertexMemberPath2: string triangleVertexMemberPath3
Section titled "triangleVertexMemberPath3"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
triangleVertexMemberPath3: string triangulationDataSource
Section titled "triangulationDataSource"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
triangulationDataSource: string valueMemberPath
Section titled "valueMemberPath"valueMemberPath: string valueResolver
Section titled "valueResolver"valueResolver: IgxContourValueResolverComponent visibleFromScale
Section titled "visibleFromScale"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
visibleFromScale: number Accessors
Section titled "Accessors"hasMarkers
Section titled "hasMarkers"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
Gets whether this series supports markers
get hasMarkers(): boolean Returns boolean
isGeographic
Section titled "isGeographic"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
Checks if this control is geographic coordinate system
get isGeographic(): boolean Returns boolean
isLineContour
Section titled "isLineContour"Gets whether the current series shows a line contour shape.
get isLineContour(): boolean Returns boolean
triangulationStatusChanged
Section titled "triangulationStatusChanged"Raised when the status of an ongoing Triangulation has changed.
get triangulationStatusChanged(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
getItem
Section titled "getItem"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
getItemValue(item: any, memberPathName: string): any Parameters
- item:
any - memberPathName:
string
Returns any
getMemberPathValue
Section titled "getMemberPathValue"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getPreviousOrExactIndex
Section titled "getPreviousOrExactIndex"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getSeriesHighValue
Section titled "getSeriesHighValue"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesHighValuePosition
Section titled "getSeriesHighValuePosition"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesLowValue
Section titled "getSeriesLowValue"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesLowValuePosition
Section titled "getSeriesLowValuePosition"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValue
Section titled "getSeriesValue"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueBoundingBox
Section titled "getSeriesValueBoundingBox"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueMarkerBoundingBox
Section titled "getSeriesValueMarkerBoundingBox"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValuePositionFromSeriesPixel
Section titled "getSeriesValuePositionFromSeriesPixel"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
notifyIndexedPropertiesChanged
Section titled "notifyIndexedPropertiesChanged"Inherited from: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
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: IgxGeographicXYTriangulatingSeriesComponent
Called when this series' Style is updated.
styleUpdated(): void