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


If true, this property will set auto minimum value to zero if all data point values are positive. Otherwise, minimum value from data points will be used.

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<DescriptionAttribute("If true, this property will set auto minimum value to zero if all data point values are positive. Otherwise, minimum value from data points will be used.")>
<CategoryAttribute("Scale")>
<DefaultValueAttribute()>
Public Property StartFromZero As Boolean
Visual Basic (Usage) Copy Code
Dim instance As AxisScale
Dim value As Boolean
 
instance.StartFromZero = value
 
value = instance.StartFromZero
C#  
[BindableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[DescriptionAttribute("If true, this property will set auto minimum value to zero if all data point values are positive. Otherwise, minimum value from data points will be used.")]
[CategoryAttribute("Scale")]
[DefaultValueAttribute()]
public bool StartFromZero {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