[]
        
(Showing Draft Content)

C1.WPF.Chart.BreakEven

BreakEven Class

Represents a BreakEven series for FlexChart.

Implements
Namespace: C1.WPF.Chart
Assembly: C1.WPF.FlexChart.4.6.2.dll
Syntax
public class BreakEven : Series, IDisposable

Constructors

Name Description
BreakEven()

Creates an instance of BreakEven series class.

Fields

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.

Properties

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.

Methods

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.