Interface ILegendBaseMethods
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ILegendBaseMethods
Properties
ChartID
Declaration
string ChartID { get; set; }
Property Value
| Type |
|---|
| string |
Methods
GetLegendBounds(Size, Rect, Rect, Size)
Declaration
void GetLegendBounds(Size availableSize, Rect legendBounds, Rect rect, Size maxLabelSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | availableSize | |
| Rect | legendBounds | |
| Rect | rect | |
| Size | maxLabelSize |