Class IgbRadialPieSeries
Represents a IgbDataChart radial pie series.
Compare values across categories by using radial pie slices.
Inheritance
System.Object
IgbRadialPieSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRadialPieSeries : IgbAnchoredRadialSeries, JsonSerializable, IDisposable
Constructors
IgbRadialPieSeries()
Declaration
public IgbRadialPieSeries()
Properties
LegendEmptyValuesMode
Determines display mode for zero values in the legend.
Declaration
public LegendEmptyValuesMode LegendEmptyValuesMode { get; set; }
Property Value
LegendLabelMemberPath
Gets or sets the property name that contains the legend labels.
Declaration
public string LegendLabelMemberPath { 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
UseInsetOutlines
Specifies that slice outlines should be drawn inside the slice rather than halfway
in and halfway out.
Declaration
public bool UseInsetOutlines { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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)
Declaration
public override Task<Rect> GetSeriesValueBoundingBoxAsync(Point world)
Parameters
| Type |
Name |
Description |
| Point |
world |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Rect> |
|
Overrides
Implements
System.IDisposable