Show / Hide Table of Contents

Class LegendBaseDescription

Inheritance
System.Object
Description
LegendBaseDescription
FinancialLegendDescription
ItemLegendDescription
LegendDescription
ScaleLegendDescription
Inherited Members
Description.MarkDirty(String)
Description.Name
Namespace: IgniteUI.Blazor.Controls.Description
Assembly: IgniteUI.Blazor.dll
Syntax
public abstract class LegendBaseDescription : Description

Constructors

LegendBaseDescription()

Declaration
public LegendBaseDescription()

Properties

Background

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

LegendItemMouseEnterRef

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

LegendItemMouseLeaveRef

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

LegendItemMouseLeftButtonDownRef

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

LegendItemMouseLeftButtonUpRef

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

LegendItemMouseMoveRef

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

Type

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