Show / Hide Table of Contents

Class IgbUserAxisAnnotation

Represents an user annotation for rendering annotation of axis label

Inheritance
System.Object
BaseRendererElement
IgbUserBaseAnnotation
IgbUserAxisAnnotation
IgbUserShapeAnnotation
Implements
JsonSerializable
Inherited Members
IgbUserBaseAnnotation.BindSeries(IgbSeries[])
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 IgbUserAxisAnnotation : IgbUserBaseAnnotation, JsonSerializable

Constructors

IgbUserAxisAnnotation()

Declaration
public IgbUserAxisAnnotation()

Properties

TargetAxis

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

Declaration
public IgbAxis TargetAxis { get; set; }
Property Value
Type Description
IgbAxis

TargetAxisMatcher

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

Declaration
public IgbAxisMatcher TargetAxisMatcher { get; set; }
Property Value
Type Description
IgbAxisMatcher

TargetAxisName

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

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

TargetAxisScript

Provides a means of setting TargetAxis in the JavaScript environment.

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

Type

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

Value

Gets or sets the value that determines location of annotation on axis.

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

Methods

BindAxes(IgbAxis[])

Declaration
protected override void BindAxes(IgbAxis[] Axes)
Parameters
Type Name Description
IgbAxis[] Axes
Overrides
IgbUserBaseAnnotation.BindAxes(IgbAxis[])

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