[]
Defines a builder to configurate BreakEvenStyles.
public class BreakEvenStylesBuilder : BaseBuilder<BreakEvenStyles, BreakEvenStylesBuilder>
Name | Description |
---|---|
BreakEvenStylesBuilder(BreakEvenStyles) | Creates one BreakEvenStylesBuilder instance to configurate |
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. |