公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2025年12月05日11:47:12 先隐藏掉阿拉伯语言
wjc
8 天以前
a91655ae2d34b4c0e43f674125d29b2851d4e7fd
[~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;
}
}