SankeyLegendSettingsBuilder
Methods
Background(System.String)
The background color of the legend.
Parameters
value - System.String
The value that configures the background.
Border(System.Action)
The border of the legend.
Parameters
configurator - System.Action<SankeyLegendBorderSettingsBuilder>
The action that configures the border.
Height(System.Double)
The height of the legend.
Parameters
value - System.Double
The value that configures the height.
Item(System.Action)
The configuration of the legend items.
Parameters
configurator - System.Action<SankeyLegendItemSettingsBuilder>
The action that configures the item.
Labels(System.Action)
The Sankey legend label configuration.
Parameters
configurator - System.Action<SankeyLegendLabelsSettingsBuilder>
The action that configures the labels.
Margin(System.Action)
The margin of the Sankey legend. A numeric value will set all paddings.
Parameters
configurator - System.Action<SankeyLegendMarginSettingsBuilder>
The action that configures the margin.
OffsetX(System.Double)
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.
Parameters
value - System.Double
The value that configures the offsetx.
OffsetY(System.Double)
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.
Parameters
value - System.Double
The value that configures the offsety.
Padding(System.Action)
The padding of the Sankey legend. A numeric value will set all paddings.
Parameters
configurator - System.Action<SankeyLegendPaddingSettingsBuilder>
The action that configures the padding.
Reverse(System.Boolean)
If set to true the legend items will be reversed.
Parameters
value - System.Boolean
The value that configures the reverse.
Spacing(System.Double)
The spacing between the labels in pixels when the legend.orientation is "horizontal".
Parameters
value - System.Double
The value that configures the spacing.
Title(System.Action)
The legend title configuration options.
Parameters
configurator - System.Action<SankeyLegendTitleSettingsBuilder>
The action that configures the title.
Visible(System.Boolean)
If set to false the Sankey will not display the legend.
Parameters
value - System.Boolean
The value that configures the visible.
Width(System.Double)
The legend width when the legend.orientation is set to "horizontal".
Parameters
value - System.Double
The value that configures the width.
Align(Kendo.Mvc.UI.LabelAlign)
The alignment of the legend label.
Parameters
value - LabelAlign
The value that configures the align.
Orientation(Kendo.Mvc.UI.Orientation)
The position of the label.
Parameters
value - Orientation
The value that configures the orientation.
Position(Kendo.Mvc.UI.LegendPosition)
The position of the label.
Parameters
value - LegendPosition
The value that configures the position.