You can see this in example "Date Time Work Calendar". Try to zoom in and scroll to the right - and you'll see only half of the most right candle on the chart.
About my first question - if I use candle.UseXValues = true; and bind my data with DateTime value for axis X then I get gaps on the chart between candles if there was no data.
For example I have hourly data from 10:00 till 18:00 every day so I have gaps on a chart between 18:00 (where I have last candle of the day) till 10:00 (where I have first candle of the next day).
I have tried UseXValues = false; in this case chart looks OK, but I have data point index as labels on axis X instead of datetime.
Also I have tried NPriceScaleConfigurator for axis X but it seems that it does not work with stock chart.
So my question still is do you have solution to have DateTime labels on axis X but without any gaps in series as I described above?
Best regards,
Roman