Interface IChart3DLegendBase
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IChart3DLegendBase
Properties
AccessibilityDescription
Declaration
string AccessibilityDescription { get; set; }
Property Value
Alignment
Declaration
Alignment Alignment { get; set; }
Property Value
AllowPaging
Declaration
bool AllowPaging { get; set; }
Property Value
Background
Declaration
string Background { get; set; }
Property Value
ContainerPadding
Declaration
Chart3DLegendContainerPadding ContainerPadding { get; set; }
Property Value
EnableHighlight
Declaration
bool EnableHighlight { get; set; }
Property Value
Height
Declaration
string Height { get; set; }
Property Value
IsInversed
Declaration
bool IsInversed { get; set; }
Property Value
ItemPadding
Declaration
double ItemPadding { get; set; }
Property Value
MaximumLabelWidth
Declaration
double MaximumLabelWidth { get; set; }
Property Value
MaximumTitleWidth
Declaration
double MaximumTitleWidth { get; set; }
Property Value
Mode
Declaration
Chart3DLegendMode Mode { 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
Reverse
Declaration
bool Reverse { 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
TextOverflow
Declaration
LabelOverflow TextOverflow { get; set; }
Property Value
TextStyle
Declaration
Chart3DLegendTextStyle TextStyle { get; set; }
Property Value
TextWrap
Declaration
TextWrap TextWrap { get; set; }
Property Value
Title
Declaration
string Title { get; set; }
Property Value
TitlePosition
Declaration
Chart3DLegendTitlePosition TitlePosition { get; set; }
Property Value
TitleStyle
Declaration
Chart3DLegendTitleStyle TitleStyle { get; set; }
Property Value
ToggleVisibility
Declaration
bool ToggleVisibility { get; set; }
Property Value
Width
Declaration
string Width { get; set; }
Property Value