'Declaration <CategoryAttribute("Common")> <DefaultValueAttribute(0)> <DescriptionAttribute("Adjustment method of bars width.")> Public Property BarsWidthAdjustment As Double
[Category("Common")] [DefaultValue(0)] [Description("Adjustment method of bars width.")] public double BarsWidthAdjustment { get; set; }
[Category("Common")] [DefaultValue(0)] [Description("Adjustment method of bars width.")] public: __property double get_BarsWidthAdjustment(); public: __property void set_BarsWidthAdjustment(
double value
);
[Category("Common")] [DefaultValue(0)] [Description("Adjustment method of bars width.")] public:
property double BarsWidthAdjustment { double get(); void set(double value); }
Property Value
From -0.3 to 0 - white bars will be expanded, black bars will be shrunk,
0 - no effect,
from 0 to 0.3 - white bars will be shrunk, black bars will be expanded.
0 - no effect,
from 0 to 0.3 - white bars will be shrunk, black bars will be expanded.