Show / Hide Table of Contents

Class IgbDataLegendStylingRowEventArgs

Represents styling event args for a row in data legend

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

Constructors

IgbDataLegendStylingRowEventArgs()

Declaration
public IgbDataLegendStylingRowEventArgs()

Properties

BadgeShape

Gets or sets shape of legend badge in the Data Legend

Declaration
public LegendItemBadgeShape BadgeShape { get; set; }
Property Value
Type Description
LegendItemBadgeShape
Remarks

This setting applies only to styling series rows

GroupName

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

IsBadgeVisible

Gets or sets whether the legend badge is visible in the Data Legend

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

This setting applies only to styling series rows

IsRowVisible

Gets or sets whether the whole row is visible in the Data Legend

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

SeriesIndex

Gets index of series in the chart

Declaration
public int SeriesIndex { get; set; }
Property Value
Type Description
System.Int32

SeriesTitle

Gets title of series in the chart

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

TitleText

Gets or sets title text displayed in row of Data Legend

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

TitleTextColor

Gets or sets color of title text

Declaration
public string TitleTextColor { 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)

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
BaseRendererElement.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
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable