[]
        
(Showing Draft Content)

C1.Blazor.Chart.BreakEven

BreakEven Class

Represents a BreakEven series for FlexChart.

Inheritance
BreakEven
Namespace: C1.Blazor.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class BreakEven : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

Name Description
BreakEven()

Creates an instance of BreakEven series class.

Properties

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.

Methods

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.