IIgrGeographicProportionalSymbolSeriesProps

Optional actualMarkerBrush

Section titled "actualMarkerBrush"

Inherited from: IIgrGeographicMarkerSeriesProps

Gets the effective marker brush for the current series object.

actualMarkerBrush?: string

Optional actualMarkerOutline

Section titled "actualMarkerOutline"

Inherited from: IIgrGeographicMarkerSeriesProps

Gets the effective marker outline for the current series object.

actualMarkerOutline?: string

Optional actualMarkerTemplate

Section titled "actualMarkerTemplate"

Inherited from: IIgrGeographicMarkerSeriesProps

Gets the effective marker template for the current series object.

actualMarkerTemplate?: IgDataTemplate

Optional assigningScatterMarkerStyle

Section titled "assigningScatterMarkerStyle"

Event raised when Assigning Scatter Marker Style

assigningScatterMarkerStyle?: object

Optional assigningScatterStyle

Section titled "assigningScatterStyle"

Event raised when Assigning Category Style

assigningScatterStyle?: object

Optional coercionMethods

Section titled "coercionMethods"

Inherited from: IIgrGeographicMarkerSeriesProps

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 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 marker brush.

fillScale?: IgrBrushScale

Optional fillScaleUseGlobalValues

Section titled "fillScaleUseGlobalValues"

Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series. This setting applies only if multiple series are using the same FillScale.

fillScaleUseGlobalValues?: string | boolean

Optional isCustomScatterMarkerStyleAllowed

Section titled "isCustomScatterMarkerStyleAllowed"

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

isCustomScatterMarkerStyleAllowed?: string | boolean

Optional isCustomScatterStyleAllowed

Section titled "isCustomScatterStyleAllowed"

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

isCustomScatterStyleAllowed?: 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 itemSearchThreshold

Section titled "itemSearchThreshold"

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

itemSearchThreshold?: string | number

Optional labelMemberPath

Section titled "labelMemberPath"

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

labelMemberPath?: 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 markerBrush

Section titled "markerBrush"

Inherited from: IIgrGeographicMarkerSeriesProps

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

markerBrush?: string

Optional markerBrushBrightness

Section titled "markerBrushBrightness"

Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)

markerBrushBrightness?: string | number

Optional markerFillMode

Section titled "markerFillMode"

Inherited from: IIgrGeographicMarkerSeriesProps

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

markerFillMode?: any

Optional markerOutline

Section titled "markerOutline"

Inherited from: IIgrGeographicMarkerSeriesProps

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

markerOutline?: string

Optional markerOutlineBrightness

Section titled "markerOutlineBrightness"

Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)

markerOutlineBrightness?: string | number

Optional markerOutlineMode

Section titled "markerOutlineMode"

Inherited from: IIgrGeographicMarkerSeriesProps

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 markerOutlineUsesFillScale

Section titled "markerOutlineUsesFillScale"

Gets or sets whether or not the marker outline should use FillScale like the marker fill does. This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.

markerOutlineUsesFillScale?: string | boolean

Optional markerTemplate

Section titled "markerTemplate"

Inherited from: IIgrGeographicMarkerSeriesProps

Gets or sets the MarkerTemplate for the current series object.

markerTemplate?: IgDataTemplate

Optional markerThickness

Section titled "markerThickness"

Inherited from: IIgrGeographicMarkerSeriesProps

Gets or sets thickness of the marker outline

markerThickness?: string | number

Optional markerType

Section titled "markerType"

Inherited from: IIgrGeographicMarkerSeriesProps

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 maximumMarkers

Section titled "maximumMarkers"

Inherited from: IIgrGeographicMarkerSeriesProps

Gets or sets the maximum number of markerItems displayed by the current series. If more than the specified number of markerItems are visible, the series will automatically choose a representative set.

maximumMarkers?: string | number

Optional radiusMemberPath

Section titled "radiusMemberPath"

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

radiusMemberPath?: string

Optional radiusScale

Section titled "radiusScale"

Gets or sets the radius size scale for the bubbles.

radiusScale?: IgrSizeScale

Optional radiusScaleUseGlobalValues

Section titled "radiusScaleUseGlobalValues"

Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series. This setting applies only if multiple series are using the same RadiusScale.

radiusScaleUseGlobalValues?: string | boolean

Optional visibleFromScale

Section titled "visibleFromScale"

Inherited from: IIgrGeographicMarkerSeriesProps

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