DisplayRSquaredValue Property

Office Open XML

Display the R-squared value for a trendline

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool DisplayRSquaredValue { get; set; }
Visual Basic (Declaration)
Public Property DisplayRSquaredValue As Boolean
Visual C++
public:
property bool DisplayRSquaredValue {
	bool get ();
	void set (bool value);
}

See Also