Skip to content

Commit ffb112e

Browse files
committed
Enable AALegend for triple Y axes sample chart
1 parent b4a6566 commit ffb112e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AAChartKitDemo/ChartsDemo/DrawChartWithAAOptionsVC.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@ - (AAOptions *)configureTripleYAxesMixedChart {
17971797
.sharedSet(true);
17981798

17991799
AALegend *aaLegend = AALegend.new
1800+
.enabledSet(true)
18001801
.layoutSet(AAChartLayoutTypeVertical)
18011802
.alignSet(AAChartAlignTypeLeft)
18021803
.xSet(@80)

0 commit comments

Comments
 (0)