Class IgbScatterSplineSeries
Represents a IgbDataChart scatter spline series
Inheritance
System.Object
IgbScatterSplineSeries
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbScatterSplineSeries : IgbScatterBase, JsonSerializable
Constructors
IgbScatterSplineSeries()
Declaration
public IgbScatterSplineSeries()
Properties
Stiffness
Gets or sets the Stiffness property.
Declaration
public double Stiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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