[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.PlotAreaTagHelper

PlotAreaTagHelper Class

ITagHelper implementation for PlotArea.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-plot-area")]
public class PlotAreaTagHelper : SettingTagHelper<PlotArea>, ITagHelper, ITagHelperComponent

Constructors

Name Description
PlotAreaTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Column

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

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

Configurates Name. Sets the plot area name.

Row

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

Configurates Style. Sets the style of the plot area.

Width

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