mac
2024-04-28 a034e242fe844a1ca45d2a28710cb7face1f8fe6
1
2
3
4
5
6
7
8
9
package com.github.AAChartModel.AAChartCore.AAOptionsModel;
 
public class AAArea {
    public AADataLabels dataLabels;
    public AAArea dataLabels(AADataLabels prop) {
        dataLabels = prop;
        return this;
    }
}