Blazor コントロール
ErrorBar クラス
メンバ 

C1.Blazor.Chart アセンブリ > C1.Blazor.Chart 名前空間 : ErrorBar クラス
FlexChart の誤差範囲(ErrorBar)系列を表します。
オブジェクト モデル
ErrorBar クラス
シンタックス
'宣言
 
Public Class ErrorBar 
   Inherits Series
   Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
public class ErrorBar : Series, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
解説
ErrorBar 系列を使用すると、誤差の範囲や標準偏差を一目で確認することができます。 これらは、標準誤差量、パーセント値、または標準偏差として表示することができます。 必要に応じて、正確な誤差量を表示するために独自の値を設定することもできます。
継承階層

System.Object
   Microsoft.AspNetCore.Components.ComponentBase
      C1.Chart.SeriesBase
         C1.Blazor.Chart.Series
            C1.Blazor.Chart.ErrorBar

参照

ErrorBar メンバ
C1.Blazor.Chart 名前空間