hxb
2024-12-04 77688e52fdc2761f17ce24be9704ee25bff2194d
1
2
3
4
5
6
7
8
9
package com.github.AAChartModel.AAChartCore.AAOptionsModel;
 
public class AASpline {
    public AADataLabels dataLabels;
    public AASpline dataLabels(AADataLabels prop) {
        dataLabels = prop;
        return this;
    }
}