Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LogarithmBase Property
See Also 
Dundas.Charting.WebControl Namespace > AxisScale Class : LogarithmBase Property


Base of the logarithm used in logarithmic scale. By default this value is 10.

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<BindableAttribute(True)>
<CategoryAttribute("Scale")>
<PersistenceModeAttribute()>
<DescriptionAttribute("Base of the logarithm used in logarithmic scale. By default this value is 10.")>
<NotifyParentPropertyAttribute(True)>
Public Property LogarithmBase As Double
Visual Basic (Usage) Copy Code
Dim instance As AxisScale
Dim value As Double
 
instance.LogarithmBase = value
 
value = instance.LogarithmBase
C#  
[DefaultValueAttribute()]
[BindableAttribute(true)]
[CategoryAttribute("Scale")]
[PersistenceModeAttribute()]
[DescriptionAttribute("Base of the logarithm used in logarithmic scale. By default this value is 10.")]
[NotifyParentPropertyAttribute(true)]
public double LogarithmBase {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also