Class IgbDataAnnotationPointLayer
Inheritance
System.Object
IgbDataAnnotationPointLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationPointLayer : IgbDataAnnotationRangeLayer, JsonSerializable, IDisposable
Constructors
IgbDataAnnotationPointLayer()
Declaration
public IgbDataAnnotationPointLayer()
Properties
CenterLabelXDisplayMode
Declaration
public DataAnnotationDisplayMode CenterLabelXDisplayMode { get; set; }
Property Value
CenterLabelXMemberPath
Declaration
public string CenterLabelXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CenterLabelYDisplayMode
Declaration
public DataAnnotationDisplayMode CenterLabelYDisplayMode { get; set; }
Property Value
CenterLabelYMemberPath
Declaration
public string CenterLabelYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndLabelXDisplayMode
Declaration
public DataAnnotationDisplayMode EndLabelXDisplayMode { get; set; }
Property Value
EndLabelXMemberPath
Declaration
public string EndLabelXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndLabelYDisplayMode
Declaration
public DataAnnotationDisplayMode EndLabelYDisplayMode { get; set; }
Property Value
EndLabelYMemberPath
Declaration
public string EndLabelYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndValueXMemberPath
Declaration
public string EndValueXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndValueYMemberPath
Declaration
public string EndValueYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartLabelXDisplayMode
Declaration
public DataAnnotationDisplayMode StartLabelXDisplayMode { get; set; }
Property Value
StartLabelXMemberPath
Declaration
public string StartLabelXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartLabelYDisplayMode
Declaration
public DataAnnotationDisplayMode StartLabelYDisplayMode { get; set; }
Property Value
StartLabelYMemberPath
Declaration
public string StartLabelYMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartValueXMemberPath
Declaration
public string StartValueXMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartValueYMemberPath
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