IIgrGeographicXYTriangulatingSeriesProps
Properties
Section titled "Properties"Optional coercionMethods
Section titled "coercionMethods"Inherited from: IIgrGeographicMapSeriesHostProps
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 latitudeMemberPath
Section titled "latitudeMemberPath"The name of the property from which to extract the Latitude for each item in the ItemsSource.
latitudeMemberPath?: string Optional longitudeMemberPath
Section titled "longitudeMemberPath"The name of the property from which to extract the Longitude for each item in the ItemsSource.
longitudeMemberPath?: string Optional trianglesSource
Section titled "trianglesSource"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"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"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"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"Gets or sets the string path specifying the location of the Itf file.
triangulationDataSource?: string Optional visibleFromScale
Section titled "visibleFromScale"Inherited from: IIgrGeographicMapSeriesHostProps
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