Dundas Chart for ASP.NET
PointGapDepth Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartArea3DStyle Class : PointGapDepth Property


Gets or sets the distance between series rows in 3D chart areas.


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

Syntax

Visual Basic (Declaration)  
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#  
public int PointGapDepth {get; set;}

Return Value

A value which represents the distance between data rows (i.e. series) in a 3D chart area. The allowable range is 0-1000 percent, and the default is 100 percent.

Remarks

This property determines the distance between data rows, with each row corresponding to a data series. The unit of measurement is expressed as a percentage of the distance between data points in one row.

Changing the gap between columns/bars for column and bar chart types using the PointWidth custom attribute will effect the PointGapDepth property value.

Displaying the chart as an isometric projection (accomplished by having the RightAngleAxes property set to true, which is its default) will cause the point gap depth to appear more or less than the percentage set by this property, depending on the chart being displayed.

To control the depth of data points use the PointDepth property.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.