'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the depth of the line in percents of the series depth when the LineStyle is set to Tape, Tube or Ellipsoid.")> <DefaultValueAttribute()> Public Property DepthPercent As Integer
'Usage Dim instance As LineSeries Dim value As Integer instance.DepthPercent = value value = instance.DepthPercent
[Category("Options")] [Description("Controls the depth of the line in percents of the series depth when the LineStyle is set to Tape, Tube or Ellipsoid.")] [DefaultValue()] public int DepthPercent {get; set;}