Class IgbLineSeries
Represents a IgbDataChart line series. Displays trend over time or ordered categories. Useful when there are many data points and the order is important.
Inheritance
System.Object
IgbLineSeries
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbLineSeries : IgbHorizontalAnchoredCategorySeries, JsonSerializable
Constructors
IgbLineSeries()
Declaration
public IgbLineSeries()
Properties
Type
Declaration
public override string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
UnknownValuePlotting
Determines how unknown values will be plotted on the chart.
Declaration
public UnknownValuePlotting UnknownValuePlotting { get; set; }
Property Value
Type | Description |
---|---|
UnknownValuePlotting |
Remarks
Null and Double.NaN are two examples of unknown values.
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