IIgrGeographicHighDensityScatterSeriesProps
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 heatMaximum
Section titled "heatMaximum"Gets or sets the value that maps to the maximum heat color.
heatMaximum?: string | number Optional heatMaximumColor
Section titled "heatMaximumColor"Gets or sets the color to use for the maximum end of the scale.
heatMaximumColor?: string Optional heatMinimum
Section titled "heatMinimum"Gets or sets the density value that maps to the minimum heat color.
heatMinimum?: string | number Optional heatMinimumColor
Section titled "heatMinimumColor"Gets or sets the color to use for the minimum end of the scale.
heatMinimumColor?: string Optional latitudeMemberPath
Section titled "latitudeMemberPath"The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
latitudeMemberPath?: string Optional longitudeMemberPath
Section titled "longitudeMemberPath"The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
longitudeMemberPath?: string Optional mouseOverEnabled
Section titled "mouseOverEnabled"Gets or sets the whether the chart reacts to mouse move events.
mouseOverEnabled?: string | boolean Optional pointExtent
Section titled "pointExtent"Gets or sets the the pixel extent of the square data points that are rendered.
pointExtent?: string | number Optional progressiveLoad
Section titled "progressiveLoad"Gets or sets the whether to progressively load the data into the chart.
progressiveLoad?: string | boolean Optional progressiveLoadStatusChanged
Section titled "progressiveLoadStatusChanged"Raised when the progressive loading state of the series has changed.
progressiveLoadStatusChanged?: object Optional progressiveStatus
Section titled "progressiveStatus"Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
progressiveStatus?: string | number Optional useBruteForce
Section titled "useBruteForce"Gets or sets the whether to use use brute force mode.
useBruteForce?: string | boolean 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