SankeyTitleSettingsBuilder
Methods
Background(System.String)
The background color of the title. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Background
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Border(System.Action)
The border of the title.
Parameters
configurator - System.Action<SankeyTitleBorderSettingsBuilder>
The configurator for the border setting.
RETURNS
Returns the current instance of SankeyTitleSettingsBuilder .
Color(System.String)
The text color of the title. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Description(System.String)
The accessible description of the Sankey. The description is announced by screen readers when the Sankey is focused.
Parameters
value - System.String
The value for Description
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Font(System.String)
The font of the title.
Parameters
value - System.String
The value for Font
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Margin(System.Action)
The margin of the title. A numeric value will set all margins.
Parameters
configurator - System.Action<SankeyTitleMarginSettingsBuilder>
The configurator for the margin setting.
RETURNS
Returns the current instance of SankeyTitleSettingsBuilder .
Padding(System.Action)
The padding of the title. A numeric value will set all margins.
Parameters
configurator - System.Action<SankeyTitlePaddingSettingsBuilder>
The configurator for the padding setting.
RETURNS
Returns the current instance of SankeyTitleSettingsBuilder .
Text(System.String)
The text of the Sankey title. You can also set the text directly for a title with default options.
Parameters
value - System.String
The value for Text
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Visible(System.Boolean)
If set to false the Sankey will not display the title.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Align(Kendo.Mvc.UI.LabelAlign)
The alignment of the title.
Parameters
value - LabelAlign
The value for Align
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.
Position(Kendo.Mvc.UI.TitlePosition)
The position of the title.
Parameters
value - TitlePosition
The value for Position
RETURNS
Returns the current SankeyTitleSettingsBuilder instance.