Class IgbGeographicShapeSeriesBase
Base class for series which render polygons on a map.
Inheritance
System.Object
IgbGeographicShapeSeriesBase
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGeographicShapeSeriesBase : IgbGeographicMapSeriesHost, JsonSerializable, IDisposable
Constructors
IgbGeographicShapeSeriesBase()
Declaration
public IgbGeographicShapeSeriesBase()
Properties
AssigningShapeMarkerStyle
Declaration
public Action<IgbAssigningShapeMarkerStyleEventArgs> AssigningShapeMarkerStyle { get; set; }
Property Value
AssigningShapeMarkerStyleScript
Declaration
public string AssigningShapeMarkerStyleScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AssigningShapeStyle
Declaration
public Action<IgbAssigningShapeStyleEventArgs> AssigningShapeStyle { get; set; }
Property Value
AssigningShapeStyleScript
Declaration
public string AssigningShapeStyleScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FillMemberPath
Declaration
public string FillMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FillScale
Declaration
public IgbBrushScale FillScale { get; set; }
Property Value
FillScaleUseGlobalValues
Declaration
public bool FillScaleUseGlobalValues { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCustomShapeMarkerStyleAllowed
Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
Declaration
public bool IsCustomShapeMarkerStyleAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCustomShapeStyleAllowed
Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
Declaration
public bool IsCustomShapeStyleAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ItemSearchMode
Gets or sets the mode the series will use to find the closest point to the cursor.
Declaration
public ShapeItemSearchMode ItemSearchMode { get; set; }
Property Value
ItemSearchPointsThreshold
Gets or sets the points threshold to use when searching for items using ItemSearchMode.
Declaration
public int ItemSearchPointsThreshold { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ItemSearchThreshold
Gets or sets the threshold to use when searching for items using ItemSearchMode.
Declaration
public int ItemSearchThreshold { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ShapefileDataSource
Set a shapefile datasource to use with the series.
Declaration
public IgbShapeDataSource ShapefileDataSource { get; set; }
Property Value
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.
Declaration
public double ShapeFilterResolution { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeMemberPath
The name of the property on ItemsSource items which, for each shape, contains a list of points to be converted to a polygon.
Declaration
public string ShapeMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements
System.IDisposable