Class IgbSplineSeriesBase
Represents the base class for all IgbDataChart spline series.
Inheritance
System.Object
IgbSplineSeriesBase
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSplineSeriesBase : IgbHorizontalAnchoredCategorySeries, JsonSerializable, IDisposable
Constructors
IgbSplineSeriesBase()
Declaration
public IgbSplineSeriesBase()
Properties
IsSplineShapePartOfRange
Gets or sets whether to include the spline shape in the axis range requested of the axis.
Declaration
public bool IsSplineShapePartOfRange { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SplineType
Gets or sets the type of spline to be rendered.
Declaration
public SplineType SplineType { get; set; }
Property Value
| Type | Description |
|---|---|
| SplineType |
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