Class IgbDataAnnotationSliceLayer
Represents an annotation layer that renders vertical or horizontal slices/lines at values mapped to AnnotationValueMemberPath property horizontal slices/lines when TargetAxis is set to Y-axis vertical slices/lines when TargetAxis is set to X-axis
Inheritance
System.Object
IgbDataAnnotationSliceLayer
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationSliceLayer : IgbDataAnnotationShapeLayer, JsonSerializable, IDisposable
Constructors
IgbDataAnnotationSliceLayer()
Declaration
public IgbDataAnnotationSliceLayer()
Properties
AnnotationBadgeBackgroundMemberPath
Gets or sets a member path for background of the badge annotations on an axis.
Declaration
public string AnnotationBadgeBackgroundMemberPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnnotationBadgeEnabledMemberPath
Gets or sets a member path for visibility of the badge annotations on an axis.
Declaration
public string AnnotationBadgeEnabledMemberPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnnotationBadgeImageMemberPath
Gets or sets a member path for image of the badge annotations on an axis.
Declaration
public string AnnotationBadgeImageMemberPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnnotationBadgeOutlineMemberPath
Gets or sets a member path for outline of the badge annotations on an axis.
Declaration
public string AnnotationBadgeOutlineMemberPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnnotationLabelMemberPath
Gets or sets mapping custom label on axis annotations.
Declaration
public string AnnotationLabelMemberPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnnotationValueMemberPath
Gets or sets name of data column with values used to position annotations.
Declaration
public string AnnotationValueMemberPath { 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