[]
        
(Showing Draft Content)

C1.Web.Mvc.PlotArea

PlotArea Class

Represents a plot area on the chart.

Inheritance
PlotArea
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class PlotArea

Constructors

Name Description
PlotArea()

Creats one PlotArea instance.

Properties

Name Description
Column

Gets or sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.

Height

Gets or 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

Gets or sets the plot area name.

Row

Gets or sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.

Style

Gets or sets the style of the plot area.

Width

Gets or 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).