[]
Configurates Style. Sets the style of the plot area.
public PlotAreaBuilder Style(Action<SVGStyleBuilder> build)
Public Function Style(build As Action(Of SVGStyleBuilder)) As PlotAreaBuilder
| Type | Name | Description |
|---|---|---|
| Action<SVGStyleBuilder> | build | The builder function. |
| Type | Description |
|---|---|
| PlotAreaBuilder | Current builder. |