When we render a Candlestick plot, we see the rangeslider on the bottom of plot by default. We can set rangeslider: {visible: false} on plotly.js via layout.xaxis option. But for now, we cannot disable it via XPlot.Plotly because the option seems not to be supported in XPlot.Plotly.Layout.
Now I override .js source from chart.GetPlottingJS() as workaround, but it would be nice if the option is supported.
layout-xaxis-rangeslider (plotly.js reference)
https://plotly.com/javascript/reference/layout/xaxis/#layout-xaxis-rangeslider