图表中的垂直标签被切断了。
有没有办法设置/增加标签宽度?
请参阅下图。
左手标签需要更多宽度。 (Y轴标签)
Power BI Column Graph Using API
override func viewWillAppear(animated: Bool) {
if let indexPath = self.tableView.indexPathForSelectedRow {
tableView.deselectRow(at: indexPath, animated: true)
}
}
答案 0 :(得分:1)
要自动执行此操作,您需要测量文本并分配足够的空间。您可以尝试一种方法similar to this。或者,您可以在格式设置窗格中添加标签大小的属性,并让您的用户覆盖默认值。