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