NChartValueAxisIsLogarithmic Property |
Flag determining if axis has logarithmic scale (true) or linear scale (false). The default value is false. The base of
scale's logarithm is controlled by LogarithmBase property.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool IsLogarithmic { get; set; }
Public Property IsLogarithmic As Boolean
Get
Set
public:
virtual property bool IsLogarithmic {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also