[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PlotAreaBuilder

PlotAreaBuilder Class

Defines a builder to configurate PlotArea.

Inheritance
HideObjectMembers
PlotAreaBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class PlotAreaBuilder : BaseBuilder<PlotArea, PlotAreaBuilder>

Constructors

Name Description
PlotAreaBuilder(PlotArea)

Creates one PlotAreaBuilder instance to configurate obj.

Methods

Name Description
Column(int)

Configurates Column. Sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.

Height(string)

Configurates Height. Sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing).

Name(string)

Configurates Name. Sets the plot area name.

Row(int)

Configurates Row. Sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.

Style(Action<SVGStyleBuilder>)

Configurates Style. Sets the style of the plot area.

Width(string)

Configurates Width. Sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).