Class LegendSymbols
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendSymbols
Constructors
LegendSymbols()
Declaration
public LegendSymbols()
Properties
FirstSymbol
Declaration
public SymbolOptions FirstSymbol { get; set; }
Property Value
| Type |
|---|
| SymbolOptions |
Index
Declaration
public int Index { get; set; }
Property Value
| Type |
|---|
| int |
SecondSymbol
Declaration
public SymbolOptions SecondSymbol { get; set; }
Property Value
| Type |
|---|
| SymbolOptions |
TextOption
Declaration
public TextOptions TextOption { get; set; }
Property Value
| Type |
|---|
| TextOptions |