Class IgbDataAnnotationPointLayer
Represents a base of annotation layers that render shapes at locations of x/y values mapped to these properties:
StartValueXMemberPath
StartValueYMemberPath
EndValueXMemberPath
EndValueYMemberPath
Inheritance
System.Object
IgbDataAnnotationPointLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationPointLayer : IgbDataAnnotationRangeLayer, JsonSerializable, IDisposable
Constructors
IgbDataAnnotationPointLayer()
Declaration
public IgbDataAnnotationPointLayer()
Properties
AnnotationBadgeBackgroundXMemberPath
Gets or sets a member path for background of the badge annotations on x-axis.
Declaration
public string AnnotationBadgeBackgroundXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeBackgroundYMemberPath
Gets or sets a member path for background of the badge annotations on y-axis.
Declaration
public string AnnotationBadgeBackgroundYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeEnabledXMemberPath
Gets or sets a member path for visibility of the badge annotations on x-axis.
Declaration
public string AnnotationBadgeEnabledXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeEnabledYMemberPath
Gets or sets a member path for visibility of the badge annotations on y-axis.
Declaration
public string AnnotationBadgeEnabledYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeImageXMemberPath
Gets or sets a member path for displaying an image in the badge annotations on x-axis.
Declaration
public string AnnotationBadgeImageXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeImageYMemberPath
Gets or sets a member path for displaying an image in the badge annotations on y-axis.
Declaration
public string AnnotationBadgeImageYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeOutlineXMemberPath
Gets or sets a member path for outline of the badge annotations on x-axis.
Declaration
public string AnnotationBadgeOutlineXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBadgeOutlineYMemberPath
Gets or sets a member path for outline of the badge annotations on y-axis.
Declaration
public string AnnotationBadgeOutlineYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CenterLabelXDisplayMode
Gets or sets display mode of label in the annotation on x-axis.
Declaration
public DataAnnotationDisplayMode CenterLabelXDisplayMode { get; set; }
Property Value
CenterLabelXMemberPath
Gets or sets mapping custom label at the center of the annotations on x-axis.
Declaration
public string CenterLabelXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CenterLabelYDisplayMode
Gets or sets display mode of label in the annotation on y-axis.
Declaration
public DataAnnotationDisplayMode CenterLabelYDisplayMode { get; set; }
Property Value
CenterLabelYMemberPath
Gets or sets mapping custom label at the center of the annotations on y-axis.
Declaration
public string CenterLabelYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndLabelXDisplayMode
Gets or sets display mode of label at the end annotation on x-axis.
Declaration
public DataAnnotationDisplayMode EndLabelXDisplayMode { get; set; }
Property Value
EndLabelXMemberPath
Gets or sets mapping custom label at the end of annotations on x-axis.
Declaration
public string EndLabelXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndLabelYDisplayMode
Gets or sets display mode of label at the end annotation on y-axis.
Declaration
public DataAnnotationDisplayMode EndLabelYDisplayMode { get; set; }
Property Value
EndLabelYMemberPath
Gets or sets mapping custom label at the end of annotations on y-axis.
Declaration
public string EndLabelYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndValueXMemberPath
Gets or sets name of data column with x-positions for end of annotation.
Declaration
public string EndValueXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndValueYMemberPath
Gets or sets name of data column with y-positions for end of annotation.
Declaration
public string EndValueYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartLabelXDisplayMode
Gets or sets display mode of label in the start annotation on x-axis.
Declaration
public DataAnnotationDisplayMode StartLabelXDisplayMode { get; set; }
Property Value
StartLabelXMemberPath
Gets or sets mapping custom label at the start of annotations on x-axis.
Declaration
public string StartLabelXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartLabelYDisplayMode
Gets or sets display mode of label in the start annotation on y-axis.
Declaration
public DataAnnotationDisplayMode StartLabelYDisplayMode { get; set; }
Property Value
StartLabelYMemberPath
Gets or sets mapping custom label at the start of annotations on y-axis.
Declaration
public string StartLabelYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartValueXMemberPath
Gets or sets name of data column with x-positions for the start of annotations.
Declaration
public string StartValueXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartValueYMemberPath
Gets or sets name of data column with y-positions for the start of annotations.
Declaration
public string StartValueYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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
Implements
System.IDisposable