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


Strip or line start position offset.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Strip or line start position offset. If drawing a single line/strip specifies the absolute coordinate. For the series of lines/strips sets the offset from the min value.")>
<CategoryAttribute("Data")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.AxisLabelDateValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
Public Property IntervalOffset As Double
Visual Basic (Usage) Copy Code
Dim instance As StripLine
Dim value As Double
 
instance.IntervalOffset = value
 
value = instance.IntervalOffset
C#  
[DescriptionAttribute("Strip or line start position offset. If drawing a single line/strip specifies the absolute coordinate. For the series of lines/strips sets the offset from the min value.")]
[CategoryAttribute("Data")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.AxisLabelDateValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
public double IntervalOffset {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