Represents data annotation

Inheritance

Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbDataAnnotationInfo()

Returns IgbDataAnnotationInfo

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }
[Parameter]
public string Background { get; set; }
[Parameter]
public string BorderColor { get; set; }
[Parameter]
public double BorderRadius { get; set; }
[Parameter]
public double BorderThickness { get; set; }
[Parameter]
public double DataIndex { get; set; }
[Parameter]
public string DataLabelX { get; set; }
[Parameter]
public string DataLabelY { get; set; }
[Parameter]
public double DataValueX { get; set; }
[Parameter]
public double DataValueY { get; set; }
[Parameter]
public bool IsCenterLabel { get; set; }
[Parameter]
public bool IsEndLabel { get; set; }
[Parameter]
public bool IsStartLabel { get; set; }

Sets whether the x axis badge is enabled or not.

[Parameter]
public bool IsXAxisBadgeEnabled { get; set; }

Sets whether the y axis badge is enabled or not.

[Parameter]
public bool IsYAxisBadgeEnabled { get; set; }
[Parameter]
public string TextColor { get; set; }
public override string Type { get; }

Sets the x axis badge background color.

[Parameter]
public string XAxisBadgeBackground { get; set; }

Sets the path to an image to use in the x axis badge.

[Parameter]
public string XAxisBadgeImagePath { get; set; }

Sets the margin between the x axis badge and annotation text.

[Parameter]
public double XAxisBadgeMargin { get; set; }

Sets the x axis badge border color.

[Parameter]
public string XAxisBadgeOutline { get; set; }

Sets the x axis badge border thickness.

[Parameter]
public double XAxisBadgeOutlineThickness { get; set; }

Sets the x axis badge border radius.

[Parameter]
public double XAxisBadgeRadius { get; set; }

Sets the size of the x axis badge.

[Parameter]
public double XAxisBadgeSize { get; set; }
[Parameter]
public string XAxisLabel { get; set; }
[Parameter]
public double XAxisPixel { get; set; }

Sets whether the x axis badge is enabled or not.

[Parameter]
public IgbUserBaseAnnotation XAxisUserAnnotation { get; set; }
[Parameter]
public double XAxisValue { get; set; }
[Parameter]
public double XAxisWindow { get; set; }

Sets the y axis badge background color.

[Parameter]
public string YAxisBadgeBackground { get; set; }

Sets the path to an image to use in the y axis badge.

[Parameter]
public string YAxisBadgeImagePath { get; set; }

Sets the margin between the y axis badge and annotation text.

[Parameter]
public double YAxisBadgeMargin { get; set; }

Sets the y axis badge border color.

[Parameter]
public string YAxisBadgeOutline { get; set; }

Sets the y axis badge border thickness.

[Parameter]
public double YAxisBadgeOutlineThickness { get; set; }

Sets the y axis badge border radius.

[Parameter]
public double YAxisBadgeRadius { get; set; }

Sets the size of the y axis badge.

[Parameter]
public double YAxisBadgeSize { get; set; }
[Parameter]
public string YAxisLabel { get; set; }
[Parameter]
public double YAxisPixel { get; set; }

Sets whether the y axis badge is enabled or not.

[Parameter]
public IgbUserBaseAnnotation YAxisUserAnnotation { get; set; }
[Parameter]
public double YAxisValue { get; set; }
[Parameter]
public double YAxisWindow { get; set; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: BaseRendererElement

protected virtual void EnsureModulesLoaded()

Returns any

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any