Class IgbRadialPieSeries
Represents a IgbDataChart radial pie series. Compare values across categories by using radial pie slices.
Inheritance
System.Object
IgbRadialPieSeries
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRadialPieSeries : IgbAnchoredRadialSeries, JsonSerializable, IDisposable
Constructors
IgbRadialPieSeries()
Declaration
public IgbRadialPieSeries()
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
Implements
System.IDisposable