Represents one part of a StackedColumnSeries.
InheritanceSystem.Object
IgbColumnFragment
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbColumnFragment : IgbFragmentBase, JsonSerializable, IDisposable
Constructors IgbColumnFragment() Declaration
public IgbColumnFragment()
Properties RadiusX
Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
Declarationpublic 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.
Declarationpublic 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 GetItem(Point) Declaration
public override object GetItem(Point world)
Parameters Type Name Description Point world Returns Type Description System.Object Overrides GetItemAsync(Point)
Gets the item that is the best match for the specified world coordinates.
Declarationpublic override Task<object> GetItemAsync(Point world)
Parameters Type Name Description Point world
The world coordinates to use.
Returns Type Description System.Threading.Tasks.Task<System.Object> Overrides GetItemIndex(Point) Declarationpublic override int GetItemIndex(Point world)
Parameters Type Name Description Point world Returns Type Description System.Int32 Overrides GetItemIndexAsync(Point)
Gets the index of the item that resides at the provided world coordinates.
Declarationpublic override Task<int> GetItemIndexAsync(Point world)
Parameters Type Name Description Point world
The world coordinates of the requested item.
Returns Type Description System.Threading.Tasks.Task<System.Int32> Overrides GetSeriesValueBoundingBox(Point) Declarationpublic 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.
Declarationpublic 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 ImplementsSystem.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4