Hi Priya,
Query 1: when I am zoom out the chart bar width should not be increase.grid size will be increase.
Thanks for the details, we suspect that your requirement is “when zooming the chart, grid only need to zoom instead of chart”. We would like to let you know that currently we don’t have a support for requirement. If the requirement is differs , please provide more information regarding this query.
Query 2 : I am using sf chart.chart type is column chart.column chart has zooming functionality.when i zoomed the chart then width of the column is increasing.I want to fix the zoom level.then i used zoom level behaviour in column series chart.but when I am zoom in the chart column should be overlap.but column is not overlapping.
Solution :
You can’t control the column series width when zooming the chart ,because it works based on pixels. You can control the column series width by using Width Property in ChartSeries and you can overlaps the series by using SideBySideSeriesPlacement in SfChart. Our chart seems like below screenshot, when you set SideBySideSeriesPlacement.
Screenshot:
Please refer below link to know more about series overlapping.
Regards,
Michael