Class IgbDataAnnotationBandLayer
Represents an annotation layer that renders bands (line with breadth) at locations of x/y values mapped to these properties: StartValueXMemberPath StartValueYMemberPath EndValueXMemberPath EndValueYMemberPath AnnotationBreadthMemberPath
Inheritance
System.Object
IgbDataAnnotationBandLayer
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationBandLayer : IgbDataAnnotationPointLayer, JsonSerializable, IDisposable
Constructors
IgbDataAnnotationBandLayer()
Declaration
public IgbDataAnnotationBandLayer()
Properties
AnnotationBreadthMemberPath
Gets or sets name of data column with breath/size of shape annotations.
Declaration
public string AnnotationBreadthMemberPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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
Implements
System.IDisposable