程序包 | 说明 |
---|---|
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.plugin.chart.glyph |
限定符和类型 | 类和说明 |
---|---|
class |
TrendLineGlyph
趋势线的画图对象
|
限定符和类型 | 方法和说明 |
---|---|
FoldLine |
DataPoint4Stock.getHighLowLine()
返回股价图的高低线
|
FoldLine |
DataSeries4Area.getTopFoldLine()
返回面积图的顶层曲线
|
限定符和类型 | 方法和说明 |
---|---|
void |
DataPoint4Stock.setHighLowLine(FoldLine highLowLine)
设置股价图的高低线
|
void |
DataSeries4Area.setTopFoldLine(FoldLine topFoldLine)
设置面积图的顶层曲线
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartBandGlyph
其实画的还是一根整线,只是裁剪了区域
面积图的话还可能多一片区域
|
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartDataSeries.setAreaTopLine(FoldLine areaTopLine) |