Class SmithchartLegendSettingsModel
Interface for a class SmithchartLegendSettings
Inheritance
System.Object
SmithchartLegendSettingsModel
Implements
System.IEquatable<SmithchartLegendSettingsModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartLegendSettingsModel : Object, IEquatable<SmithchartLegendSettingsModel>
Constructors
SmithchartLegendSettingsModel()
Declaration
public SmithchartLegendSettingsModel()
Properties
Alignment
alignment for legend.
Declaration
public SmithchartAlignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
SmithchartAlignment |
Border
options for customizing legend border
Declaration
public LegendBorderModel Border { get; set; }
Property Value
Type | Description |
---|---|
LegendBorderModel |
ColumnCount
columnCount for legend.
Declaration
public double ColumnCount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Description
description for legend
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
height for legend.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ItemPadding
spacing between legend item.
Declaration
public double ItemPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ItemStyle
options for customizing legend item style
Declaration
public LegendItemStyleModel ItemStyle { get; set; }
Property Value
Type | Description |
---|---|
LegendItemStyleModel |
Location
options for customizing legend location
Declaration
public LegendLocationModel Location { get; set; }
Property Value
Type | Description |
---|---|
LegendLocationModel |
Position
position for legend.
Declaration
public string Position { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowCount
rowCount for legend.
Declaration
public double RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Shape
shape for legend.
Declaration
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShapePadding
Padding between the legend shape and text.
Declaration
public double ShapePadding { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TextStyle
options for customizing font
Declaration
public SmithchartFontModel TextStyle { get; set; }
Property Value
Type | Description |
---|---|
SmithchartFontModel |
Title
options for customizing legend title
Declaration
public LegendTitleModel Title { get; set; }
Property Value
Type | Description |
---|---|
LegendTitleModel |
ToggleVisibility
If set to true, series' visibility collapses based on the legend visibility.
Declaration
public bool ToggleVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visible
visibility for legend.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
width for legend.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(SmithchartLegendSettingsModel)
Declaration
public bool Equals(SmithchartLegendSettingsModel smithchartLegendSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
SmithchartLegendSettingsModel | smithchartLegendSettingsModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>