Provides data for IgbDataChart stacked series.

Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbStackedSeriesCreatedEventArgs()

Returns IgbStackedSeriesCreatedEventArgs

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }

Gets or sets the series brush.

[Parameter]
public string Brush { get; set; }

Gets or sets the series stroke dash array.

[Parameter]
public double[] DashArray { get; set; }

Gets the index of the series.

public int Index { get; protected set; }

Gets or sets the series legend item badge templae.

[Parameter]
public object LegendItemBadgeTemplate { get; set; }

Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment.

[Parameter]
public string LegendItemBadgeTemplateScript { get; set; }

Gets or sets the series legend item template.

[Parameter]
public object LegendItemTemplate { get; set; }

Provides a means of setting LegendItemTemplate in the JavaScript environment.

[Parameter]
public string LegendItemTemplateScript { get; set; }

Gets or sets the visibility of the series legend.

[Parameter]
public Visibility LegendItemVisibility { get; set; }
[Parameter]
public PenLineCap LineCap { get; set; }

Gets or sets the series marker brush.

[Parameter]
public string MarkerBrush { get; set; }

Gets or sets the series marker outline.

[Parameter]
public string MarkerOutline { get; set; }

Gets or sets the series marker style.

[Parameter]
public IgbStyle MarkerStyle { get; set; }

Gets or sets the series marker template.

[Parameter]
public object MarkerTemplate { get; set; }

Provides a means of setting MarkerTemplate in the JavaScript environment.

[Parameter]
public string MarkerTemplateScript { get; set; }

Gets or sets the series marker thickness.

[Parameter]
public double MarkerThickness { get; set; }

Gets or sets the series marker type.

[Parameter]
public MarkerType MarkerType { get; set; }

Gets or sets the series outline brush.

[Parameter]
public string Outline { get; set; }

Gets or sets the series outline thickness.

[Parameter]
public double Thickness { get; set; }

Gets or sets the series title.

[Parameter]
public object Title { get; set; }

Provides a means of setting Title in the JavaScript environment.

[Parameter]
public string TitleScript { get; set; }

Gets or sets the animation transition duration for the series.

[Parameter]
public int TransitionDuration { get; set; }

Gets or sets the animation easing function for the series.

[Parameter]
public string TransitionEasingFunction { get; set; }

Provides a means of setting TransitionEasingFunction in the JavaScript environment.

[Parameter]
public string TransitionEasingFunctionScript { get; set; }
public override string Type { get; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: BaseRendererElement

protected virtual void EnsureModulesLoaded()

Returns any

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any