私HorizontalBarChartView
にはドロップシャドウがあります。どうすれば削除できますか?
チャートは次のように設定されています。
chartView.userInteractionEnabled = NO;
chartView.drawGridBackgroundEnabled = NO;
chartView.drawBarShadowEnabled = NO;
chartView.drawBordersEnabled = NO;
chartView.leftAxis.enabled = NO;
chartView.rightAxis.enabled = NO;
chartView.drawValueAboveBarEnabled = NO;