IIgrGeographicContourLineSeriesProps
Properties
Section titled "Properties"Optional actualFillScale
Section titled "actualFillScale"Gets actual fill scale that is set on the FillScale property or default FillScale
actualFillScale?: IgrValueBrushScale Optional coercionMethods
Section titled "coercionMethods"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be reimported into the chart.
coercionMethods?: any Optional fillScale
Section titled "fillScale"The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
fillScale?: IgrValueBrushScale Optional latitudeMemberPath
Section titled "latitudeMemberPath"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The name of the property from which to extract the Latitude for each item in the ItemsSource.
latitudeMemberPath?: string Optional longitudeMemberPath
Section titled "longitudeMemberPath"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The name of the property from which to extract the Longitude for each item in the ItemsSource.
longitudeMemberPath?: string Optional trianglesSource
Section titled "trianglesSource"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The source of triangulation data. This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
trianglesSource?: any[] Optional triangleVertexMemberPath1
Section titled "triangleVertexMemberPath1"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
triangleVertexMemberPath1?: string Optional triangleVertexMemberPath2
Section titled "triangleVertexMemberPath2"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
triangleVertexMemberPath2?: string Optional triangleVertexMemberPath3
Section titled "triangleVertexMemberPath3"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
triangleVertexMemberPath3?: string Optional triangulationDataSource
Section titled "triangulationDataSource"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
Gets or sets the string path specifying the location of the Itf file.
triangulationDataSource?: string Optional triangulationStatusChanged
Section titled "triangulationStatusChanged"Raised when the status of an ongoing Triangulation has changed.
triangulationStatusChanged?: object Optional valueMemberPath
Section titled "valueMemberPath"The name of the property from which to retrieve the numeric values from the ItemsSource items.
valueMemberPath?: string Optional valueResolver
Section titled "valueResolver"The ContourValueResolver used to determine the numeric values of contours.
valueResolver?: IgrContourValueResolver Optional visibleFromScale
Section titled "visibleFromScale"Inherited from: IIgrGeographicXYTriangulatingSeriesProps
The minimum scale at which this series becomes visible. The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
visibleFromScale?: string | number