Class IgbScatterPolylineSeries
Series class used for displaying multiple polylines for datasources which contain multiple lists of points.
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbScatterPolylineSeries : IgbShapeSeriesBase, JsonSerializable, IDisposable
Constructors
IgbScatterPolylineSeries()
Declaration
public IgbScatterPolylineSeries()
Properties
ShapeStyle
The default style to apply to all Shapes in the series.
Declaration
public IgbStyle ShapeStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| IgbStyle |
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
Implements
System.IDisposable