MindFusion.Wpf Pack Programmer's Guide
BaseScale.LogarithmBase Property
See Also
 





Gets or sets the logarithm base when FunctionType is set to Logarithmic. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double LogarithmBase { get; set; }

Visual Basic  Copy Code

Public Property LogarithmBase As Double

 Property Value

A double value specifying the base of logarithmic scales.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges.Wpf Namespace
FunctionType Property