[]
Represents a BreakEven series for FlexChart.
public class BreakEven : Series, IDisposable
Name | Description |
---|---|
BreakEven() | Creates an instance of BreakEven series class. |
Name | Description |
---|---|
BreakEvenStyleProperty | Identifies the BreakEvenStyle dependency property. |
FixedCostStyleProperty | Identifies the FixedCostStyle dependency property. |
MarginalProfitStyleProperty | Identifies the MarginalProfitStyle dependency property. |
SafetyMarginStyleProperty | Identifies the SafetyMarginStyle dependency property. |
SalesRevenueStyleProperty | Identifies the SalesRevenueStyle dependency property. |
TotalCostStyleProperty | Identifies the TotalCostStyle dependency property. |
VariableCostStyleProperty | Identifies the VariableCostStyle dependency property. |
Name | Description |
---|---|
BreakEvenStyle | Gets the 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 actual chart type. |
GetSalesRevenue(int) | Returns the sales revenue for the specifies number of units. |
GetStyle(string) | Gets style by its 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. |