公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2026年03月26日10:00:18 加上界面脚本
wjc
2026-03-26
54154f0e7f4d27212fb1d3fd18812f297bc5c02e
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
aa_chart_core
/
src
/
main
/
java
/
com
/
github
/
AAChartModel
/
AAChartCore
/
AAOptionsModel
/
AAArea.java
1
2
3
4
5
6
7
8
9
package com.github.AAChartModel.AAChartCore.AAOptionsModel;
public class AAArea {
public AADataLabels dataLabels;
public AAArea dataLabels(AADataLabels prop) {
dataLabels = prop;
return this;
}
}