我正在使用thisGoogle的图表库。我正在创建一个新的LineChart喜欢chart=newcharts.LineChart(series,animate:true,domainAxis:newcharts.NumericAxisSpec(viewport:newcharts.NumericExtents(3101.0,3600.0)),behaviors:[newcharts.PanBehavior(panningCompletedCallback:_onPanEnd),],);而且我希望能够访问从BaseChart继承的属性.继承是这样的:LineChartextendsNu