Gets or sets the base of the logarithm for Logarithmic scale.
Type: Double
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauges.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauges.dll) |
This attribute applies to:
CircularScale
LinearScale
Syntax:
<vg:Gauge... >
<vg:Gauge.CircularScales>
<vg:CircularScale LogarithmBase="2" />
</vg:Gauge.CircularScales>
</vg:Gauge>
Below is the gauge after setting LogarithmBase property to 2 in CircularScale.
Remarks:
The default value is 10.