Show / Hide Table of Contents

Class IgbStackedSeriesCreatedEventArgs

Provides data for IgbDataChart stacked series.

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

Constructors

IgbStackedSeriesCreatedEventArgs()

Declaration
public IgbStackedSeriesCreatedEventArgs()

Properties

Brush

Gets or sets the series brush.

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

DashArray

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

Index

Gets the index of the series.

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

LegendItemBadgeTemplate

Gets or sets the series legend item badge templae.

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

LegendItemBadgeTemplateScript

Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment.

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

LegendItemTemplate

Gets or sets the series legend item template.

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

LegendItemTemplateScript

Provides a means of setting LegendItemTemplate in the JavaScript environment.

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

LegendItemVisibility

Gets or sets the visibility of the series legend.

Declaration
public Visibility LegendItemVisibility { get; set; }
Property Value
Type Description
Visibility

LineCap

Declaration
public PenLineCap LineCap { get; set; }
Property Value
Type Description
PenLineCap

MarkerBrush

Gets or sets the series marker brush.

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

MarkerOutline

Gets or sets the series marker outline.

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

MarkerStyle

Gets or sets the series marker style.

Declaration
public IgbStyle MarkerStyle { get; set; }
Property Value
Type Description
IgbStyle

MarkerTemplate

Gets or sets the series marker template.

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

MarkerTemplateScript

Provides a means of setting MarkerTemplate in the JavaScript environment.

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

MarkerThickness

Gets or sets the series marker thickness.

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

MarkerType

Gets or sets the series marker type.

Declaration
public MarkerType MarkerType { get; set; }
Property Value
Type Description
MarkerType

Outline

Gets or sets the series outline brush.

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

Thickness

Gets or sets the series outline thickness.

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

Title

Gets or sets the series title.

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

TitleScript

Provides a means of setting Title in the JavaScript environment.

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

TransitionDuration

Gets or sets the animation transition duration for the series.

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

TransitionEasingFunction

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

TransitionEasingFunctionScript

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