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

C1.Blazor.Chart アセンブリ > C1.Blazor.Chart 名前空間 : TrendLine クラス
FlexChart および FinancialChart の傾向線を表します。
オブジェクト モデル
TrendLine クラス
シンタックス
'宣言
 
Public Class TrendLine 
   Inherits Series
   Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
public class TrendLine : Series, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
解説
傾向線は、データの全体的な傾向をチャートに重ねてわかりやすく示すための線です。 fitType プロパティを設定して、@see:FlexChart 系列コレクションに追加された @see:TrendLine オブジェクトごとに異なるフィッティングタイプを定義できます。
継承階層

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

参照

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