IIgrGeographicShapeSeriesBaseProps
Properties
Section titled "Properties"Optional assigningShapeMarkerStyle
Section titled "assigningShapeMarkerStyle"Event raised when Assigning Shape Marker Style
assigningShapeMarkerStyle?: object Optional assigningShapeStyle
Section titled "assigningShapeStyle"Event raised when Assigning Shape Style. Note, if using this event, or highlighting, its best to avoid use of ShapeStyle/StyleShape/ShapeStyleSelector.
assigningShapeStyle?: object 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 databaseSource
Section titled "databaseSource"Gets or sets the string path of the ..dbf portion of the Shapefile.
databaseSource?: string Optional fillMemberPath
Section titled "fillMemberPath"Gets or sets the fill mapping property for the current series object.
fillMemberPath?: string Optional fillScale
Section titled "fillScale"Gets or sets the brush scale for the fill brush of markers.
fillScale?: IgrBrushScale Optional fillScaleUseGlobalValues
Section titled "fillScaleUseGlobalValues"Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series. This setting applies only if multiple series are using the same FillScale.
fillScaleUseGlobalValues?: string | boolean Optional isCustomShapeMarkerStyleAllowed
Section titled "isCustomShapeMarkerStyleAllowed"Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
isCustomShapeMarkerStyleAllowed?: string | boolean Optional isCustomShapeStyleAllowed
Section titled "isCustomShapeStyleAllowed"Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
isCustomShapeStyleAllowed?: string | boolean Optional itemSearchMode
Section titled "itemSearchMode"Gets or sets the mode the series will use to find the closest point to the cursor.
itemSearchMode?: any Optional itemSearchPointsThreshold
Section titled "itemSearchPointsThreshold"Gets or sets the points threshold to use when searching for items using ItemSearchMode.
itemSearchPointsThreshold?: string | number Optional itemSearchThreshold
Section titled "itemSearchThreshold"Gets or sets the threshold to use when searching for items using ItemSearchMode.
itemSearchThreshold?: string | number Optional shapeDataSource
Section titled "shapeDataSource"Gets or sets the string path of the .shp portion of the Shapefile.
shapeDataSource?: string Optional shapefileDataSource
Section titled "shapefileDataSource"Set a shapefile datasource to use with the series.
shapefileDataSource?: IgrShapeDataSource Optional shapeFilterResolution
Section titled "shapeFilterResolution"The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out. In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
shapeFilterResolution?: string | number Optional shapeMemberPath
Section titled "shapeMemberPath"The name of the property on ItemsSource items which, for each shape, contains a list of points to be converted to a polygon. To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
shapeMemberPath?: 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