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


Logarithmic scale recalculate the values shown in the Minimum, Maximum, boxes as powers of LogarithmBase for the value axis, based on the range of data. No zeros or negative data values are permitted on logarithmic charts.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Logarithmic scale recalculate the values shown in the Minimum, Maximum, boxes as powers of LogarithmBase for the value axis, based on the range of data. No zeros or negative data values are permitted on logarithmic charts.")>
<CategoryAttribute("Scale")>
<PersistenceModeAttribute()>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Logarithmic As Boolean
Visual Basic (Usage) Copy Code
Dim instance As AxisScale
Dim value As Boolean
 
instance.Logarithmic = value
 
value = instance.Logarithmic
C#  
[DescriptionAttribute("Logarithmic scale recalculate the values shown in the Minimum, Maximum, boxes as powers of LogarithmBase for the value axis, based on the range of data. No zeros or negative data values are permitted on logarithmic charts.")]
[CategoryAttribute("Scale")]
[PersistenceModeAttribute()]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool Logarithmic {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