[]
        
(Showing Draft Content)

C1.Web.Mvc.BreakEven-1

BreakEven<T> Class

Represents a Break Even chart series.

Inheritance
BreakEven<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class BreakEven<T> : ExtraSeries<T>
Type Parameters
Name Description
T
Remarks

A break even chart is a chart that shows the sales volume level at which total costs equal sales. Use the styles property to customize appearance of different parts of Break Even chart. The name property contains comma-separated names that are shown as legend entries.

Constructors

Name Description
BreakEven(FlexChartCore<T>)

Creates one BreakEven<T> instance.

Properties

Name Description
ExtraSeriesTypeName

Gets the series name.

FixedCost

Gets or sets a value of fixed cost.

SalesPrice

Gets or sets a value of sales price.

Styles

Gets or sets the styles of Break Even chart.

VariableCost

Gets or sets a value of variable cost.