Version

LegendEntries Property

Returns a read only collection of legend entries.
Syntax
public LegendEntries LegendEntries {get;}
Remarks

This collection contains one entry for each Series in the associated chart's SeriesCollection.

This collection does not include legend entries for trendlines.

Use the LegendEntry property to obtain a reference to the legend entry associated with a trendline.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also