Represents event arguments base class for the AssigningCategoryStyleEventArgsBase

Classes that extend this class.

Derived Classes
Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbAssigningScatterStyleEventArgsBase()

Returns IgbAssigningScatterStyleEventArgsBase

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the start index

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the end index

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the start date, if applicable

[Parameter]
public DateTime StartDate { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the end date, if applicable

[Parameter]
public DateTime EndDate { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets a function that will return the items associated with this event.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Provides a means of setting GetItems in the JavaScript environment.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets fill brush to use for the current item.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets stroke to use for the current item.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets opacity to use for the current item.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets opacity to use for the current item.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets highlighting info

[Parameter]
public IgbHighlightingInfo HighlightingInfo { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets selection highlighting info

[Parameter]
public IgbHighlightingInfo SelectionHighlightingInfo { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets focus highlighting info

[Parameter]
public IgbHighlightingInfo FocusHighlightingInfo { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the max highlighting progress from all series.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the sum of highlighting progress from all series.

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

MaxAllSeriesSelectionHighlightingProgress

Section titled "MaxAllSeriesSelectionHighlightingProgress"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the max selection highlighting progress from all series.

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

SumAllSeriesSelectionHighlightingProgress

Section titled "SumAllSeriesSelectionHighlightingProgress"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the sum of selection highlighting progress from all series.

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

MaxAllSeriesFocusHighlightingProgress

Section titled "MaxAllSeriesFocusHighlightingProgress"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the max focus highlighting progress from all series.

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

SumAllSeriesFocusHighlightingProgress

Section titled "SumAllSeriesFocusHighlightingProgress"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the sum of focus highlighting progress from all series.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the average of highlighting progress from all the series.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the high water mark highlighting progress.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the high water mark focus highlighting progress.

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

TotalAllSeriesSelectionHighWaterMark

Section titled "TotalAllSeriesSelectionHighWaterMark"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the high water mark selection highlighting progress.

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

TotalAllSeriesSelectionHighlightingProgress

Section titled "TotalAllSeriesSelectionHighlightingProgress"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the average of selection highlighting progress from all the series.

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

TotalAllSeriesFocusHighlightingProgress

Section titled "TotalAllSeriesFocusHighlightingProgress"

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets the average of selection highlighting progress from all the series.

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

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets or sets if highlighting was handled by this event handler, and whether internal highlighting logic should be skipped.

[Parameter]
public bool HighlightingHandled { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets if this event has a valid date range

[Parameter]
public bool HasDateRange { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets if the current shape is identified as a negative shape if this series supports discrete negative shapes.

[Parameter]
public bool IsNegativeShape { get; set; }

Inherited from: IgbAssigningSeriesStyleEventArgsBase

Gets if the current event is being raised for the thumbnail image.

[Parameter]
public bool IsThumbnail { get; set; }

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; }
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

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual 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>)"

Inherited from: BaseRendererElement

protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

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