Class IgbRing
Represents data for
Ring.RingControl element.
Inheritance
System.Object
IgbRing
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRing : BaseRendererElement, JsonSerializable
Constructors
IgbRing()
Declaration
Properties
Center
Gets the center point of the ring.
Declaration
public Point Center { get; set; }
Property Value
ControlSize
Gets the size of the ring.
Declaration
public Size ControlSize { get; set; }
Property Value
Index
Gets the index of ring in the chart.
Declaration
public int Index { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
InnerExtend
Gets the inner extend of the ring in percentage.
Declaration
public double InnerExtend { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RingBreadth
Declaration
public double RingBreadth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RingSeries
Gets reference to ring series.
Declaration
public IgbRingSeriesBase RingSeries { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
PrepareArcs()
Declaration
public void PrepareArcs()
PrepareArcsAsync()
Prepares data needed to create
Arcs.
Declaration
public Task PrepareArcsAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
RenderArcs()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
RenderArcsAsync()
Declaration
public Task<bool> RenderArcsAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
Implements