Version

IsDeleted Property (LegendEntry)

Returns or sets a boolean value indicating whether this entry has been removed from the Legend
Syntax
public bool IsDeleted {get; set;}
Remarks

Deletion does not remove the entry from the Legend.LegendEntries collection, but rather marks it as deleted, so that it does not appear in the legend.

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