DataSeries.SeriesNames Property

Definition

Specifies the ordering of the data in each DataRecord.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, int> ^ SeriesNames { System::Collections::Generic::IReadOnlyDictionary<System::String ^, int> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,int> SeriesNames { get; }
member this.SeriesNames : System.Collections.Generic.IReadOnlyDictionary<string, int>
Public ReadOnly Property SeriesNames As IReadOnlyDictionary(Of String, Integer)

Property Value

Applies to