[]
Represents a Break Even chart series.
public class BreakEven<T> : ExtraSeries<T>
Name | Description |
---|---|
T |
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.
Name | Description |
---|---|
BreakEven(FlexChartCore<T>) | Creates one BreakEven<T> instance. |
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. |