MaxValue Property

Office Open XML

Max value for the axis. Null is automatic

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

Syntax

C#
public Nullable<double> MaxValue { get; set; }
Visual Basic (Declaration)
Public Property MaxValue As Nullable(Of Double)
Visual C++
public:
property Nullable<double> MaxValue {
	Nullable<double> get ();
	void set (Nullable<double> value);
}

See Also