Show / Hide Table of Contents

Class IgbUserPointAnnotation

Represents an user annotation for rendering data point annotation on a series

Inheritance
System.Object
BaseRendererElement
IgbUserBaseAnnotation
IgbUserPointAnnotation
Implements
JsonSerializable
Inherited Members
IgbUserBaseAnnotation.BindAxes(IgbAxis[])
IgbUserBaseAnnotation.Identifier
IgbUserBaseAnnotation.Label
IgbUserBaseAnnotation.AnnotationData
IgbUserBaseAnnotation.IsVisible
IgbUserBaseAnnotation.LabelColor
IgbUserBaseAnnotation.LabelBackground
IgbUserBaseAnnotation.LabelBorderColor
IgbUserBaseAnnotation.LabelBorderThickness
IgbUserBaseAnnotation.LabelBorderRadius
IgbUserBaseAnnotation.LabelPadding
IgbUserBaseAnnotation.BadgeVisible
IgbUserBaseAnnotation.BadgeBackground
IgbUserBaseAnnotation.BadgeOutline
IgbUserBaseAnnotation.BadgeThickness
IgbUserBaseAnnotation.BadgeSize
IgbUserBaseAnnotation.BadgeCornerRadius
IgbUserBaseAnnotation.BadgeMargin
IgbUserBaseAnnotation.BadgeImagePath
IgbUserBaseAnnotation.IsPillShaped
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
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.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 IgbUserPointAnnotation : IgbUserBaseAnnotation, JsonSerializable

Constructors

IgbUserPointAnnotation()

Declaration
public IgbUserPointAnnotation()

Properties

TargetSeries

Gets or sets the target series that will display the annotation.

Declaration
public IgbSeries TargetSeries { get; set; }
Property Value
Type Description
IgbSeries

TargetSeriesMatcher

Gets or sets a matcher for matching a series that will display the annotation.

Declaration
public IgbSeriesMatcher TargetSeriesMatcher { get; set; }
Property Value
Type Description
IgbSeriesMatcher

TargetSeriesName

Gets or sets the name to use to resolve targetSeries from markup.

Declaration
public string TargetSeriesName { get; set; }
Property Value
Type Description
System.String

TargetSeriesScript

Provides a means of setting TargetSeries in the JavaScript environment.

Declaration
public string TargetSeriesScript { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbUserBaseAnnotation.Type

XValue

Gets or sets the value that determines location of the annotation in the coordinates of x-axis.

Declaration
public double XValue { get; set; }
Property Value
Type Description
System.Double

YValue

Gets or sets the value that determines location of the annotation in the coordinates of y-axis.

Declaration
public double YValue { get; set; }
Property Value
Type Description
System.Double

Methods

BindSeries(IgbSeries[])

Declaration
protected override void BindSeries(IgbSeries[] Series)
Parameters
Type Name Description
IgbSeries[] Series
Overrides
IgbUserBaseAnnotation.BindSeries(IgbSeries[])

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

FindByName(String)

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

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
IgbUserBaseAnnotation.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
IgbUserBaseAnnotation.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable