Class IgbDataAnnotationItem
Represents a definition of data annotation displayed by the DataAnnotationShapeLayer
Inheritance
System.Object
IgbDataAnnotationItem
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationItem : BaseRendererElement, JsonSerializable
Constructors
IgbDataAnnotationItem()
Declaration
public IgbDataAnnotationItem()
Properties
CenterLabelX
Gets or sets a label displayed at center annotation shape on x-axis
Declaration
public string CenterLabelX { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CenterLabelY
Gets or sets a label displayed at center annotation shape on y-axis
Declaration
public string CenterLabelY { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DataIndex
Gets data index associated with the annotation
Declaration
public int DataIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
EndLabelX
Gets or sets a label displayed at end annotation shape on x-axis
Declaration
public string EndLabelX { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EndLabelY
Gets or sets a label displayed at end annotation shape on y-axis
Declaration
public string EndLabelY { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShapeBrush
Gets or sets fill brush of the annotation shape
Declaration
public string ShapeBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShapeCenterX
Gets X coordinate for the center of annotation shape
Declaration
public double ShapeCenterX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeCenterY
Gets Y coordinate for the center of annotation shape
Declaration
public double ShapeCenterY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeEndX
Gets X coordinate for the end of annotation shape
Declaration
public double ShapeEndX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeEndY
Gets Y coordinate for the end of annotation shape
Declaration
public double ShapeEndY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeOutline
Gets or sets outline brush of the annotation shape
Declaration
public string ShapeOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShapeStartX
Gets X coordinate for the start of annotation shape
Declaration
public double ShapeStartX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeStartY
Gets Y coordinate for the start of annotation shape
Declaration
public double ShapeStartY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShapeThickness
Gets or sets outline thickness of the annotation shape
Declaration
public double ShapeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartLabelX
Gets or sets a label displayed at start annotation shape on x-axis
Declaration
public string StartLabelX { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartLabelY
Gets or sets a label displayed at start annotation shape on y-axis
Declaration
public string StartLabelY { 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