package com.github.AAChartModel.AAChartCore.AAOptionsModel; public class AAAreaspline { public AADataLabels dataLabels; public AAAreaspline dataLabels(AADataLabels prop) { dataLabels = prop; return this; } }