'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the candle depth in percents of the chart floor grid depth.")> <System.ComponentModel.DefaultValueAttribute(50)> Public Property CandleDepthPercent As System.Single
'Usage
Dim instance As NStockSeries Dim value As System.Single instance.CandleDepthPercent = value value = instance.CandleDepthPercent
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the candle depth in percents of the chart floor grid depth.")] [System.ComponentModel.DefaultValue(50)] public System.float CandleDepthPercent {get; set;}