Class IgbStackedSeriesCreatedEventArgs
Provides data for IgbDataChart stacked series.
Inheritance
System.Object
IgbStackedSeriesCreatedEventArgs
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
LineCap
Declaration
public PenLineCap LineCap { get; set; }
Property Value
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
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
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
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
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
Implements