[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BreakEvenTagHelper

BreakEvenTagHelper Class

ITagHelper implementation for BreakEven<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart-breakeven")]
public class BreakEvenTagHelper : ExtraSeriesTagHelper<object, BreakEven<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
BreakEvenTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

FixedCost

Configurates FixedCost. Sets a value of fixed cost.

SalesPrice

Configurates SalesPrice. Sets a value of sales price.

Styles

Configurates Styles. Sets the styles of Break Even chart.

VariableCost

Configurates VariableCost. Sets a value of variable cost.