Dmitry Babaev

Results 2 comments of Dmitry Babaev

try to use **neverShowPlaceholders** in your ASCellNode ``` neverShowPlaceholders = true ```

You can use xOffset for leftAxis and yOffset for xAxis to add spacing. ``` chartOutlet.leftAxis.xOffset = 25 chartOutlet.xAxis.yOffset = 25 ```