IIgrGeographicScatterAreaSeriesProps
Properties
Section titled "Properties"Optional actualColorScale
Section titled "actualColorScale"Gets actual color scale that is set on ColorScale property or default ColorScale
actualColorScale?: IgrColorScale 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 colorMemberPath
Section titled "colorMemberPath"The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
colorMemberPath?: string Optional colorScale
Section titled "colorScale"The ColorScale used to resolve the color values of points in the series.
colorScale?: IgrColorScale 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 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