Home Forums Chart Support Chart is not taking up the entire height and leaving some padding Reply To: Chart is not taking up the entire height and leaving some padding

#61999

arj

this.layoutManager = new LayoutManager(0, 0, this.width, this.height, this.isNavigator ? 0 : 2);

in my case isNavigator is set to false which is setting up this padding. How can i set it to true ensuring padding not allocated.