LogBase Property

Office Open XML

The base for a logaritmic scale Null for a normal scale

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

Syntax

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

See Also