ChartLegendCustomItemCell.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> 对象,它表示与在值表达式中使用的字段对应的字符串列表。

适用于