Class IgbRangeColumnSeries
Represents a IgbDataChart range column series.
Inheritance
System.Object
IgbRangeColumnSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRangeColumnSeries : IgbHorizontalRangeCategorySeries, JsonSerializable, IDisposable
Constructors
IgbRangeColumnSeries()
Declaration
public IgbRangeColumnSeries()
Properties
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
Implements
System.IDisposable