Show / Hide Table of Contents

Class IgbDataAnnotationItem

Represents a definition of data annotation displayed by the DataAnnotationShapeLayer

Inheritance
System.Object
BaseRendererElement
IgbDataAnnotationItem
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
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
BaseRendererElement.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

Implements

JsonSerializable