Nevron .NET Vision
Nevron.Chart Namespace / NChart Class / Depth Property
Example


In This Topic
    Depth Property (NChart)
    In This Topic
    Controls the chart area depth in model units.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Dimensions")>
    <System.ComponentModel.DescriptionAttribute("Controls the chart area depth in model units")>
    <System.ComponentModel.DefaultValueAttribute(15)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Depth As System.Single
    'Usage
     
    
    Dim instance As NChart
    Dim value As System.Single
     
    instance.Depth = value
     
    value = instance.Depth
    [System.ComponentModel.Category("Dimensions")]
    [System.ComponentModel.Description("Controls the chart area depth in model units")]
    [System.ComponentModel.DefaultValue(15)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float Depth {get; set;}
    Remarks
    By default set to 15.0.
    Example
    Increase the chart depth:
    chart.Depth = 16.0
    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