ChartLegendCustomItem.FieldsUsedInValueExpression Property

Definition

Gets a list of strings that corresponds to the fields used in value expression.

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)

Property Value

A List<T> object that represents a list of strings that corresponds to the fields used in value expression.

Applies to