SankeyLegend
Telerik UI SankeyLegend. Children: SankeyLegendBorder, SankeyLegendItem, SankeyLegendLabels, SankeyLegendMargin, SankeyLegendPadding, SankeyLegendTitle.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SankeyLegend : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentSankeyLegend
Implements:
Inherited Members
Constructors
public SankeyLegend()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
Specifies the legend align.
[Parameter]
public SankeyLegendAlign? Align { get; set; }
The background color of the legend.
[Parameter]
public string Background { get; set; }
The content of the component. Children: SankeyLegendBorder, SankeyLegendItem, SankeyLegendLabels, SankeyLegendMargin, SankeyLegendPadding, SankeyLegendTitle.
[Parameter]
public RenderFragment ChildContent { get; set; }
The X offset of the Sankey legend. The offset is relative to the default position of the legend. For instance, a value of 20 will move the legend 20 pixels to the right of its initial position. A negative value will move the legend to the left of its current position.
[Parameter]
public double? OffsetX { get; set; }
The Y offset of the Sankey legend. The offset is relative to the current position of the legend. For instance, a value of 20 will move the legend 20 pixels down from its initial position. A negative value will move the legend upwards from its current position.
[Parameter]
public double? OffsetY { get; set; }
Specifies the legend orientation.
[Parameter]
public SankeyLegendOrientation? Orientation { get; set; }
Specifies the legend position.
[Parameter]
public SankeyLegendPosition? Position { get; set; }
If set to true the legend items will be reversed.
[Parameter]
public bool? Reverse { get; set; }
The spacing between the labels in pixels when the legend.orientation is "horizontal".
[Parameter]
public double? Spacing { get; set; }
If set to false the Sankey will not display the legend.
[Parameter]
public bool? Visible { get; set; }