Show / Hide Table of Contents

Class IgbSeriesLayerPropertyOverlay

Represents an axis annotation

Inheritance
System.Object
BaseRendererElement
IgbSeriesLayerPropertyOverlay
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 IgbSeriesLayerPropertyOverlay : BaseRendererElement, JsonSerializable

Constructors

IgbSeriesLayerPropertyOverlay()

Declaration
public IgbSeriesLayerPropertyOverlay()

Properties

CurrentValuePropertyName

Gets or sets the property from which to get the current value, if different from property name.

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

IsAlwaysApplied

Gets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated.

Declaration
public bool IsAlwaysApplied { get; set; }
Property Value
Type Description
System.Boolean

IsSourceOverlay

Gets or sets whether this property overlay targets the source series instead of the current layer while the layer is present.

Declaration
public bool IsSourceOverlay { get; set; }
Property Value
Type Description
System.Boolean

PropertyName

Gets or sets the property to overlay on the series or series layer.

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

PropertyUpdated

Declaration
public EventCallback<IgbPropertyUpdatedEventArgs> PropertyUpdated { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbPropertyUpdatedEventArgs>

PropertyUpdatedScript

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

Type

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

Value

Gets or sets the value to overlay on the series or series layer.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

ValueResolving

Declaration
public EventCallback<IgbSeriesLayerPropertyOverlayValueResolvingEventArgs> ValueResolving { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbSeriesLayerPropertyOverlayValueResolvingEventArgs>

ValueResolvingScript

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

ValueScript

Provides a means of setting Value in the JavaScript environment.

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

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