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
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableHighlight
Declaration
bool EnableHighlight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Declaration
string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemPadding
Declaration
double ItemPadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
Opacity
Declaration
double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Padding
Declaration
double Padding { get; set; }
Property Value
Type |
Description |
System.Double |
|
Position
Declaration
LegendPosition Position { get; set; }
Property Value
ShapeHeight
Declaration
double ShapeHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShapePadding
Declaration
double ShapePadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShapeWidth
Declaration
double ShapeWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
TabIndex
Declaration
double TabIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
ToggleVisibility
Declaration
bool ToggleVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
string Width { get; set; }
Property Value
Type |
Description |
System.String |
|