IIgrGeographicShapeSeriesProps

Optional actualMarkerBrush

Section titled "actualMarkerBrush"

Gets the effective marker brush for the current series object.

actualMarkerBrush?: string

Optional actualMarkerOutline

Section titled "actualMarkerOutline"

Gets the effective marker outline for the current series object.

actualMarkerOutline?: string

Optional actualMarkerTemplate

Section titled "actualMarkerTemplate"

Gets the effective marker template for the current series object.

actualMarkerTemplate?: IgDataTemplate

Optional assigningShapeMarkerStyle

Section titled "assigningShapeMarkerStyle"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Event raised when Assigning Shape Marker Style

assigningShapeMarkerStyle?: object

Optional assigningShapeStyle

Section titled "assigningShapeStyle"

Inherited from: IIgrGeographicShapeSeriesBaseProps

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: IIgrGeographicShapeSeriesBaseProps

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"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the string path of the ..dbf portion of the Shapefile.

databaseSource?: string

Optional fillMemberPath

Section titled "fillMemberPath"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the fill mapping property for the current series object.

fillMemberPath?: string

Optional fillScale

Section titled "fillScale"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the brush scale for the fill brush of markers.

fillScale?: IgrBrushScale

Optional fillScaleUseGlobalValues

Section titled "fillScaleUseGlobalValues"

Inherited from: IIgrGeographicShapeSeriesBaseProps

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"

Inherited from: IIgrGeographicShapeSeriesBaseProps

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"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.

isCustomShapeStyleAllowed?: string | boolean

Optional itemSearchMode

Section titled "itemSearchMode"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the mode the series will use to find the closest point to the cursor.

itemSearchMode?: any

Optional itemSearchPointsThreshold

Section titled "itemSearchPointsThreshold"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the points threshold to use when searching for items using ItemSearchMode.

itemSearchPointsThreshold?: string | number

Optional itemSearchThreshold

Section titled "itemSearchThreshold"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the threshold to use when searching for items using ItemSearchMode.

itemSearchThreshold?: string | number

Optional markerBrush

Section titled "markerBrush"

Gets or sets the brush that specifies how the current series object's marker interiors are painted.

markerBrush?: string

Optional markerCollisionAvoidance

Section titled "markerCollisionAvoidance"

The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.

markerCollisionAvoidance?: any

Optional markerFillMode

Section titled "markerFillMode"

Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.

markerFillMode?: any

Optional markerOutline

Section titled "markerOutline"

Gets or sets the brush that specifies how the current series object's marker outlines are painted.

markerOutline?: string

Optional markerOutlineMode

Section titled "markerOutlineMode"

Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.

markerOutlineMode?: any

Optional markerTemplate

Section titled "markerTemplate"

Gets or sets the MarkerTemplate for the current series object.

markerTemplate?: IgDataTemplate

Optional markerThickness

Section titled "markerThickness"

Gets or sets thickness of the marker outline

markerThickness?: string | number

Optional markerType

Section titled "markerType"

Gets or sets the marker type for the current series object. If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.

markerType?: any

Optional shapeDataSource

Section titled "shapeDataSource"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Gets or sets the string path of the .shp portion of the Shapefile.

shapeDataSource?: string

Optional shapefileDataSource

Section titled "shapefileDataSource"

Inherited from: IIgrGeographicShapeSeriesBaseProps

Set a shapefile datasource to use with the series.

shapefileDataSource?: IgrShapeDataSource

Optional shapeFill

Section titled "shapeFill"

Gets or sets the fill brush.

shapeFill?: string

Optional shapeFilterResolution

Section titled "shapeFilterResolution"

Inherited from: IIgrGeographicShapeSeriesBaseProps

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"

Inherited from: IIgrGeographicShapeSeriesBaseProps

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 shapeOpacity

Section titled "shapeOpacity"

Gets or sets the opacity.

shapeOpacity?: string | number

Optional shapeStroke

Section titled "shapeStroke"

Gets or sets the stroke brush.

shapeStroke?: string

Optional shapeStrokeThickness

Section titled "shapeStrokeThickness"

Gets or sets the stroke thickness.

shapeStrokeThickness?: string | number

Optional styleShape

Section titled "styleShape"
styleShape?: object

Optional visibleFromScale

Section titled "visibleFromScale"

Inherited from: IIgrGeographicShapeSeriesBaseProps

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