ComponentOne Studio TrueChart for ASP.NET (C1WebChart2D) ヘルプ
CustomFunction プロパティ

C1.Win.C1Chart.4 アセンブリ > C1.Win.C1Chart 名前空間 > YFunction クラス : CustomFunction プロパティ
ユーザー定義のカスタム関数オブジェクトを取得または設定します。
シンタックス
'宣言
 
Public Property CustomFunction As ISimpleFunction
public ISimpleFunction CustomFunction {get; set;}
解説
Yfunction 計算の完全な制御を取得するには、ISimpleFunction から継承するクラスを実装してインスタンス化できます。CustomFunction プロパティをこのクラスオブジェクトの インスタンスに設定すると、グラフは適切なスタイルと凡例エントリを持つユーザー定義の YFunction をプロットします。
参照

YFunction クラス
YFunction メンバ