Class IgbAssigningSeriesStyleEventArgsBase
Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
Inheritance
System.Object
IgbAssigningSeriesStyleEventArgsBase
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
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
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
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
StartDate
Gets the start date, if applicable
Declaration
public DateTime StartDate { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
StartIndex
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
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements