Dundas Chart for ASP.NET
PixelPointGapDepth Custom Attribute
See Also Send comments on this topic.
Custom Attributes > PixelPointGapDepth Custom Attribute



Glossary Item Box

Gets or sets the 3D Series gap depth in pixels.

Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the Series PixelPointGapDepth.
Chart1.Series(0)("PixelPointGapDepth") = "200"


                    
C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the Series PixelPointGapDepth.
Chart1.Series[0]["PixelPointGapDepth"] = "200";


                    

Remarks

Gets or sets the 3D Series gap depth in pixels. 

Custom Attribute Summary
Possible Values: Any integer > 0
Default Value:
2D / 3D Limitations: 3D Only
Applies to Chart Elements: Series Objects
Applies to Chart Types: Area, Bar, Bubble, CandleStick, Column, Line, Point, Spline, SplineArea, StackedArea, StackedArea100, StackedBar, StackedBar100, StackedColumn, StackedColumn100, StepLine, Stock, ThreeLineBreak, BoxPlot, ErrorBar, Gantt, Kagi, PointAndFigure, Range, RangeColumn, Renko, SplineRange, FastLine™

 

Figure 1: PixelPointGapDepth set to 10 pixels shown left, and PixelPointGapDepth set to 200 pixels shown right.

See Also

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