BoxSize Property (FinancialChartOptions)
In This Topic
Specifies the box size for the Renko chart. The default value is 2.
Syntax
'Declaration
<DefaultValueAttribute(2)>
<C1DescriptionAttribute("FinancialChartOptions.BoxSize", "Specifies the box size for the Renko chart. The default value is 2.")>
Public Property BoxSize As Double
[DefaultValue(2)]
[C1Description("FinancialChartOptions.BoxSize", "Specifies the box size for the Renko chart. The default value is 2.")]
public double BoxSize {get; set;}
See Also