ASP.NET Core MVC コントロールヘルプ
BreakEven<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : BreakEven<T> クラス
Represents a Break Even chart series.
オブジェクト モデル
BreakEven<T> クラス
シンタックス
'宣言
 
Public Class BreakEven(Of T) 
   Inherits ExtraSeries(Of T)
public class BreakEven<T> : ExtraSeries<T> 
型パラメータ
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.
継承階層

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.BreakEven<T>

参照

BreakEven<T> メンバ
C1.Web.Mvc 名前空間