Gets or sets if it uses a logarithmic scale. When true, uses the LogarithmicBase.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool IsLogarithmic { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property IsLogarithmic As Boolean
	Get
	Set

See Also