'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;}