| 程序包 | 说明 |
|---|---|
| com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
| com.fr.design.chart.gui.active | |
| com.fr.plugin.chart.glyph |
| 限定符和类型 | 方法和说明 |
|---|---|
ChartAlertValueGlyph[] |
NumberAxisGlyph.getAlertValues()
获取坐标轴的警戒线数组
|
| 限定符和类型 | 方法和说明 |
|---|---|
double |
ValueAxisGlyph.getModelAlertValue(ChartAlertValueGlyph chartAlertValue,
int alertIndex) |
void |
NumberAxisGlyph.setAlertValues(ChartAlertValueGlyph[] alertValues)
设置坐标轴的警戒线结合
|
| 构造器和说明 |
|---|
AlertValueActiveGlyph(ChartComponent chartComponent,
ChartAlertValueGlyph alertLine,
Glyph parentGlyph) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VanChartAlertValueGlyph
Created by Mitisky on 15/10/27.
|