[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BreakEvenStylesBuilder

BreakEvenStylesBuilder Class

Defines a builder to configurate BreakEvenStyles.

Inheritance
HideObjectMembers
BreakEvenStylesBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class BreakEvenStylesBuilder : BaseBuilder<BreakEvenStyles, BreakEvenStylesBuilder>

Constructors

Name Description
BreakEvenStylesBuilder(BreakEvenStyles)

Creates one BreakEvenStylesBuilder instance to configurate obj.

Methods

Name Description
BreakEven(Action<SVGStyleBuilder>)

Configurates BreakEven. Specifies the style of the break even markers.

FixedCost(Action<SVGStyleBuilder>)

Configurates FixedCost. Specifies the style of the fixed cost line.

MarginalProfit(Action<SVGStyleBuilder>)

Configurates MarginalProfit. Specifies the style of the marginal profit line.

SafetyMargin(Action<SVGStyleBuilder>)

Configurates SafetyMargin. Specifies the style of the safety margin area.

SalesRevenue(Action<SVGStyleBuilder>)

Configurates SalesRevenue. Specifies the style of the sales revenue line.

TotalCost(Action<SVGStyleBuilder>)

Configurates TotalCost. Specifies the style of the total cost line.

VariableCost(Action<SVGStyleBuilder>)

Configurates VariableCost. Specifies the style of the variable cost line.