IIgrGeographicMarkerSeriesProps
Properties
Section titled "Properties"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 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 markerBrush
Section titled "markerBrush"Gets or sets the brush that specifies how the current series object's marker interiors are painted.
markerBrush?: string Optional markerFillMode
Section titled "markerFillMode"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"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 maximumMarkers
Section titled "maximumMarkers"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 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