Class IgbScatterPolygonSeries
Series class which renders polygons as Paths based on lists of points in the ItemsSource.
Inheritance
System.Object
IgbScatterPolygonSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbScatterPolygonSeries : IgbShapeSeriesBase, JsonSerializable, IDisposable
Constructors
IgbScatterPolygonSeries()
Declaration
public IgbScatterPolygonSeries()
Properties
ActualMarkerBrush
Gets the effective marker brush for the current series object.
Declaration
public string ActualMarkerBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ActualMarkerOutline
Gets the effective marker outline for the current series object.
Declaration
public string ActualMarkerOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ActualMarkerTemplate
Gets the effective marker template for the current series object.
Declaration
public object ActualMarkerTemplate { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ActualMarkerTemplateScript
Provides a means of setting ActualMarkerTemplate in the JavaScript environment.
Declaration
public string ActualMarkerTemplateScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MarkerBrush
Gets or sets the brush that specifies how the current series object's marker interiors are painted.
Declaration
public string MarkerBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MarkerCollisionAvoidance
The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
Declaration
public CollisionAvoidanceType MarkerCollisionAvoidance { get; set; }
Property Value
MarkerFillMode
Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
Declaration
public MarkerFillMode MarkerFillMode { get; set; }
Property Value
MarkerOutline
Gets or sets the brush that specifies how the current series object's marker outlines are painted.
Declaration
public string MarkerOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MarkerOutlineMode
Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
Declaration
public MarkerOutlineMode MarkerOutlineMode { get; set; }
Property Value
MarkerTemplate
Gets or sets the MarkerTemplate for the current series object.
Declaration
public object MarkerTemplate { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
MarkerTemplateScript
Provides a means of setting MarkerTemplate in the JavaScript environment.
Declaration
public string MarkerTemplateScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MarkerThickness
Gets or sets thickness of the marker outline
Declaration
public double MarkerThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MarkerType
Gets or sets the marker type for the current series object.
Declaration
public MarkerType MarkerType { get; set; }
Property Value
ShapeStyle
The default style to apply to all Shapes in the series.
Declaration
public IgbStyle ShapeStyle { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
GetSeriesValueMarkerBoundingBox(Point)
Declaration
public override Rect GetSeriesValueMarkerBoundingBox(Point world)
Parameters
| Type |
Name |
Description |
| Point |
world |
|
Returns
Overrides
GetSeriesValueMarkerBoundingBoxAsync(Point)
If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.
Declaration
public override Task<Rect> GetSeriesValueMarkerBoundingBoxAsync(Point world)
Parameters
| Type |
Name |
Description |
| Point |
world |
The world coordinates for which to get a value marker bounding box for
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Rect> |
|
Overrides
Implements
System.IDisposable