ChartLegendColumn.FieldsUsedInValueExpression プロパティ

定義

値は、値式で使用されるフィールドに対応する文字列のリストを取得します。

public:
 property System::Collections::Generic::List<System::String ^> ^ FieldsUsedInValueExpression { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> FieldsUsedInValueExpression { get; }
member this.FieldsUsedInValueExpression : System.Collections.Generic.List<string>
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)

プロパティ値

値表現で使われるフィールドに対応する文字列のリストを表す List<T> オブジェクトです。

適用対象