Xceed Chart for WinForms v4.4 Documentation
Depth Property (Chart)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : Depth Property
Controls the chart area depth in model units.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the chart area depth in model units")>
<CategoryAttribute("Dimensions")>
<DefaultValueAttribute()>
Public Property Depth As Single
'Usage
 
Dim instance As Chart
Dim value As Single
 
instance.Depth = value
 
value = instance.Depth
[Description("Controls the chart area depth in model units")]
[Category("Dimensions")]
[DefaultValue()]
public float Depth {get; set;}
Remarks
By default set to 15.0.
Example
Increase the chart depth:
Chart.Depth = 16.0
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Chart Class
Chart Members