Class IgbLegendBase
Represents the base class for a legend in IgbDataChart.
Inheritance
System.Object
IgbLegendBase
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbLegendBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbLegendBase()
Declaration
Properties
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
LegendItemMouseEnter
Declaration
public EventCallback<IgbLegendMouseEventArgs> LegendItemMouseEnter { get; set; }
Property Value
LegendItemMouseEnterScript
Declaration
public string LegendItemMouseEnterScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LegendItemMouseLeave
Declaration
public EventCallback<IgbLegendMouseEventArgs> LegendItemMouseLeave { get; set; }
Property Value
LegendItemMouseLeaveScript
Declaration
public string LegendItemMouseLeaveScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EventCallback<IgbLegendMouseButtonEventArgs> LegendItemMouseLeftButtonDown { get; set; }
Property Value
Declaration
public string LegendItemMouseLeftButtonDownScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EventCallback<IgbLegendMouseButtonEventArgs> LegendItemMouseLeftButtonUp { get; set; }
Property Value
Declaration
public string LegendItemMouseLeftButtonUpScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LegendItemMouseMove
Declaration
public EventCallback<IgbLegendMouseEventArgs> LegendItemMouseMove { get; set; }
Property Value
LegendItemMouseMoveScript
Declaration
public string LegendItemMouseMoveScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LegendSizeChanged
Declaration
public EventCallback<IgbLegendSizeChangedEventArgs> LegendSizeChanged { get; set; }
Property Value
LegendSizeChangedScript
Declaration
public string LegendSizeChangedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
ExportSerializedVisualData()
Declaration
public string ExportSerializedVisualData()
Returns
| Type |
Description |
| System.String |
|
ExportSerializedVisualDataAsync()
Returns the legend visuals expressed as a serialized string.
Declaration
public Task<string> ExportSerializedVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements
System.IDisposable