Class IgbWaterfallSeries
Represents a IgbDataChart waterfall column series.
Inheritance
System.Object
IgbWaterfallSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbWaterfallSeries : IgbHorizontalAnchoredCategorySeries, JsonSerializable, IDisposable
Constructors
IgbWaterfallSeries()
Declaration
public IgbWaterfallSeries()
Properties
NegativeBrush
Gets or sets the brush to use for negative portions of the series.
Declaration
public string NegativeBrush { get; set; }
Property Value
Type |
Description |
System.String |
|
NegativeOutline
Brush to use for outlining negative elements in the waterfall series.
Declaration
public string NegativeOutline { get; set; }
Property Value
Type |
Description |
System.String |
|
RadiusX
Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
Declaration
public double RadiusX { get; set; }
Property Value
Type |
Description |
System.Double |
|
RadiusY
Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
Declaration
public double RadiusY { 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
GetItemSpan()
Declaration
public override double GetItemSpan()
Returns
Type |
Description |
System.Double |
|
Overrides
GetItemSpanAsync()
For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.
Declaration
public override Task<double> GetItemSpanAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Double> |
|
Overrides
GetSeriesValueBoundingBox(Point)
Declaration
public override Rect GetSeriesValueBoundingBox(Point world)
Parameters
Type |
Name |
Description |
Point |
world |
|
Returns
Overrides
GetSeriesValueBoundingBoxAsync(Point)
If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
Declaration
public override Task<Rect> GetSeriesValueBoundingBoxAsync(Point world)
Parameters
Type |
Name |
Description |
Point |
world |
The world coordinate for which to get a value bounding box for
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Rect> |
|
Overrides
SetNegativeColors(String, String)
Declaration
public override void SetNegativeColors(string negativeBrush, string negativeOutline)
Parameters
Type |
Name |
Description |
System.String |
negativeBrush |
|
System.String |
negativeOutline |
|
Overrides
SetNegativeColorsAsync(String, String)
Declaration
public override Task SetNegativeColorsAsync(string negativeBrush, string negativeOutline)
Parameters
Type |
Name |
Description |
System.String |
negativeBrush |
|
System.String |
negativeOutline |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Implements
System.IDisposable