公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
支持创建阿拉伯语言的脚本文件夹
wjc
2025-11-27
4db3692de0001eea35f938c1224181746e72933a
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
aa_chart_core
/
src
/
main
/
java
/
com
/
github
/
AAChartModel
/
AAChartCore
/
AAOptionsModel
/
AASpline.java
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;
}
}