[]
Represents a BreakEven series for FlexChart.
public class BreakEven : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
| Name | Description |
|---|---|
| BreakEven() | Creates an instance of BreakEven series class. |
| Name | Description |
|---|---|
| BreakEvenStyle | Gets tje break-even style. |
| FixedCost | Gets or sets the fixed cost value. |
| FixedCostStyle | Gets the fixed cost style. |
| MarginalProfitStyle | Gets the marginal profit style. |
| SafetyMarginStyle | Gets the safety margin style. |
| SalesPrice | Gets or sets the sales price value. |
| SalesRevenueStyle | Gets the sales revenue style. |
| TotalCostStyle | Gets the total cost style. |
| VariableCost | Gets or sets the variable cost value. |
| VariableCostStyle | Gets the variable cost style. |
| Name | Description |
|---|---|
| GetChartType() | Gets the chart type. |
| GetSalesRevenue(int) | Returns the sales revenue for the specifies number of units. |
| GetStyle(string) | Gets the style by name. |
| GetTotalCost(int) | Returns the total cost for the specifies number of units. |
| GetValues(int) | Gets the point data array for the specified coordinate dimension. |
| OnRendered(IRenderEngine) | Called after series was rendered. |