DataSeries.SeriesNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)