Class IgbColumnSeries
Represents a IgbDataChart column series.
Compare values across categories by using vertical rectangles.
Use it when the order of categories is not important or for displaying
item counts such as a histogram.
Inheritance
System.Object
IgbColumnSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnSeries : IgbHorizontalAnchoredCategorySeries, JsonSerializable, IDisposable
Constructors
IgbColumnSeries()
Declaration
Properties
ConsolidatedColumnVerticalPosition
The positioning logic to use for columns which have been consolidated into a single visual element.
Declaration
public ConsolidatedItemsPosition ConsolidatedColumnVerticalPosition { get; set; }
Property Value
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