Class IgbStackedSplineSeries
Represents a IgbDataChart stacked spline series.
Inheritance
System.Object
IgbStackedSplineSeries
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbStackedSplineSeries : IgbHorizontalStackedSeriesBase, JsonSerializable, IDisposable
Constructors
IgbStackedSplineSeries()
Declaration
public IgbStackedSplineSeries()
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 |
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