Interface ILegendBase
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ILegendBase
Properties
Alignment
Declaration
Alignment Alignment { get; set; }
Property Value
Background
Declaration
string Background { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
EnableHighlight
Declaration
bool EnableHighlight { get; set; }
Property Value
Height
Declaration
string Height { get; set; }
Property Value
ItemPadding
Declaration
double ItemPadding { get; set; }
Property Value
Opacity
Declaration
double Opacity { get; set; }
Property Value
Padding
Declaration
double Padding { get; set; }
Property Value
Position
Declaration
LegendPosition Position { get; set; }
Property Value
ShapeHeight
Declaration
double ShapeHeight { get; set; }
Property Value
ShapePadding
Declaration
double ShapePadding { get; set; }
Property Value
ShapeWidth
Declaration
double ShapeWidth { get; set; }
Property Value
TabIndex
Declaration
double TabIndex { get; set; }
Property Value
ToggleVisibility
Declaration
bool ToggleVisibility { get; set; }
Property Value
Width
Declaration
string Width { get; set; }
Property Value