ComponentOne ASP.NET MVC Controls
Style Method (PlotAreaBuilder)

C1.Web.Mvc.Fluent Namespace > PlotAreaBuilder Class : Style Method
The builder function.
Configurates C1.Web.Mvc.PlotArea.Style. Sets the style of the plot area.
Syntax
'Declaration
 
Public Function Style( _
   ByVal build As Action(Of SVGStyleBuilder) _
) As PlotAreaBuilder
public PlotAreaBuilder Style( 
   Action<SVGStyleBuilder> build
)

Parameters

build
The builder function.

Return Value

Current builder.
See Also

Reference

PlotAreaBuilder Class
PlotAreaBuilder Members