Version

Label Property (Trendline)

Returns or sets a TrendlineLabel instance which determines the text and appearance of the trendline label.
Syntax
public TrendlineLabel Label {get; set;}
Remarks

This property is null by default, which prevents a label from appearing.

To display a label for the trendline, assign a TrendlineLabel instance to this property.

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