Series class which draws a colored 2D surface based on a triangulation of XY data with numeric values assigned to each point.
InheritanceSystem.Object
IgbScatterAreaSeries
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbScatterAreaSeries : IgbScatterTriangulationSeries, JsonSerializable, IDisposable
Constructors IgbScatterAreaSeries() Declaration
public IgbScatterAreaSeries()
Properties ActualColorScale
Gets actual color scale that is set on ColorScale property or default ColorScale
Declarationpublic IgbColorScale ActualColorScale { get; set; }
Property Value ColorMemberAsLegendLabel
Gets or sets the label displayed before series color value in the Data Legend.
Declarationpublic string ColorMemberAsLegendLabel { get; set; }
Property Value Type Description System.String ColorMemberAsLegendUnit
Gets or sets the unit displayed after series color value in the Data Legend.
Declarationpublic string ColorMemberAsLegendUnit { get; set; }
Property Value Type Description System.String ColorMemberPath
Gets or sets the name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
Declarationpublic string ColorMemberPath { get; set; }
Property Value Type Description System.String ColorScale
Gets or sets ColorScale used to resolve the color values of points in the series.
Declarationpublic IgbColorScale ColorScale { get; set; }
Property Value Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides Methods AttachImage(Object) Declaration
public void AttachImage(object image)
Parameters Type Name Description System.Object image AttachImageAsync(Object)
Attaches an image to the view of this series
Declarationpublic Task AttachImageAsync(object image)
Parameters Type Name Description System.Object image Returns Type Description System.Threading.Tasks.Task 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 GetItemValue(Object, String) Declarationpublic override object GetItemValue(object item, string memberPathName)
Parameters Type Name Description System.Object item System.String memberPathName Returns Type Description System.Object Overrides GetItemValueAsync(Object, String) Declaration
public override Task<object> GetItemValueAsync(object item, string memberPathName)
Parameters Type Name Description System.Object item System.String memberPathName Returns Type Description System.Threading.Tasks.Task<System.Object> Overrides GetMemberPathValue(String) Declaration
public override string GetMemberPathValue(string memberPathName)
Parameters Type Name Description System.String memberPathName Returns Type Description System.String Overrides GetMemberPathValueAsync(String) Declaration
public override Task<string> GetMemberPathValueAsync(string memberPathName)
Parameters Type Name Description System.String memberPathName Returns Type Description System.Threading.Tasks.Task<System.String> Overrides UpdateActualColorScale() Declaration
public void UpdateActualColorScale()
UpdateActualColorScaleAsync()
Updates ActualColorScale properties when the ColorScale property has changed
Declarationpublic Task UpdateActualColorScaleAsync()
Returns Type Description System.Threading.Tasks.Task Implements
System.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