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


Series points gap depth in percentages (0-1000%).

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("3D")>
<RefreshPropertiesAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("All series' points gap depth.  Measured as a percentage (0-1000%).")>
Public Property PointGapDepth As Integer
Visual Basic (Usage) Copy Code
Dim instance As ChartArea3DStyle
Dim value As Integer
 
instance.PointGapDepth = value
 
value = instance.PointGapDepth
C#  
[BindableAttribute(true)]
[CategoryAttribute("3D")]
[RefreshPropertiesAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("All series' points gap depth.  Measured as a percentage (0-1000%).")]
public int PointGapDepth {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