SankeyLegendLabelsSettingsBuilder
Methods
Color(System.String)
The text color of the labels. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value that configures the color.
Font(System.String)
The font style of the labels. Accepts a valid CSS color string, for example "20px 'Courier New'".
Parameters
value - System.String
The value that configures the font.
Margin(System.Action)
The margin of the labels. A numeric value will set all margins.
Parameters
configurator - System.Action<SankeyLegendLabelsMarginSettingsBuilder>
The action that configures the margin.
Padding(System.Action)
The padding of the labels. A numeric value will set all paddings.
Parameters
configurator - System.Action<SankeyLegendLabelsPaddingSettingsBuilder>
The action that configures the padding.