When the chart is set with chartControl.BarSpacingType != TimeBased
from an indicator, I can set a value to ChartControl.Properties.BarDistance and the chart bars distance gets adjusted to the desired value.
But when the chart is set with chartControl.BarSpacingType == TimeBased
from an indicator, setting a value to ChartControl.Properties.BarDistance doesn’t adjusted to the desired value and eventually even prevent to manually shrink the bars by dragging with the mouse on the X axis.
Why?

Comment