NChartValueAxisLogarithmBase Property |
Base of logarithm for logarithmic scale. The default value is 10.
This property takes effect if IsLogarithmic is set to true only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public double LogarithmBase { get; set; }
Public Property LogarithmBase As Double
Get
Set
public:
virtual property double LogarithmBase {
double get () sealed;
void set (double value) sealed;
}
Property Value
Type:
DoubleSee Also