I am initializing the chart like this
this.chart = lightningChart()
.ChartXY({
containerId: 'chartSection',
theme: Themes.light
})
.setTitle('')
and binding the data later and would like to add defaultAxisXTickStrategy
later on getting data.