Show / Hide Table of Contents

Class IgbAssigningSeriesStyleEventArgsBase

Represents event arguments base class for the AssigningCategoryStyleEventArgsBase

Inheritance
System.Object
BaseRendererElement
IgbAssigningSeriesStyleEventArgsBase
IgbAssigningCategoryStyleEventArgsBase
IgbAssigningPolarStyleEventArgsBase
IgbAssigningRadialStyleEventArgsBase
IgbAssigningScatterStyleEventArgsBase
IgbAssigningSeriesShapeStyleEventArgsBase
IgbAssigningShapeStyleEventArgsBase
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 IgbAssigningSeriesStyleEventArgsBase : BaseRendererElement, JsonSerializable

Constructors

IgbAssigningSeriesStyleEventArgsBase()

Declaration
public IgbAssigningSeriesStyleEventArgsBase()

Properties

EndDate

Gets the end date, if applicable

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

EndIndex

Gets the end index

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

FadeOpacity

Gets or sets opacity to use for the current item.

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

Fill

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

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

FocusHighlightingInfo

Declaration
public IgbHighlightingInfo FocusHighlightingInfo { get; set; }
Property Value
Type Description
IgbHighlightingInfo

GetItems

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

GetItemsScript

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

HasDateRange

Gets if this event has a valid date range

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

HighlightingHandled

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

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

HighlightingInfo

Gets or sets highlighting info

Declaration
public IgbHighlightingInfo HighlightingInfo { get; set; }
Property Value
Type Description
IgbHighlightingInfo

IsNegativeShape

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

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

IsThumbnail

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

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

MaxAllSeriesFocusHighlightingProgress

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

MaxAllSeriesHighlightingProgress

Gets the max highlighting progress from all series.

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

MaxAllSeriesSelectionHighlightingProgress

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

Opacity

Gets or sets opacity to use for the current item.

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

SelectionHighlightingInfo

Declaration
public IgbHighlightingInfo SelectionHighlightingInfo { get; set; }
Property Value
Type Description
IgbHighlightingInfo

StartDate

Gets the start date, if applicable

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

StartIndex

Gets the start index

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

Stroke

Gets or sets stroke to use for the current item.

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

SumAllSeriesFocusHighlightingProgress

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

SumAllSeriesHighlightingProgress

Gets the sum of highlighting progress from all series.

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

SumAllSeriesSelectionHighlightingProgress

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

TotalAllSeriesFocusHighlightingProgress

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

TotalAllSeriesFocusHighWaterMark

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

TotalAllSeriesHighlightingProgress

Gets the average of highlighting progress from all the series.

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

TotalAllSeriesHighWaterMark

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

TotalAllSeriesSelectionHighlightingProgress

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

TotalAllSeriesSelectionHighWaterMark

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

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)

Implements

JsonSerializable