程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
限定符和类型 | 方法和说明 |
---|---|
void |
NumberAxis.initAxisGlyph(NumberAxisGlyph axisGlyph)
初始化 对应的AxisGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
RadarAxisGlyph
雷达图坐标轴图形对象.
|
class |
RangeAxisGlyph
位置在图表中间 专门为全距图而做的坐标轴图形对象.
|
class |
ValueAxisGlyph
值轴图形对象.
|
限定符和类型 | 方法和说明 |
---|---|
NumberAxisGlyph |
ChartAlertValueGlyph.getValueAxisGlyph()
返回绑定的值轴
|
限定符和类型 | 方法和说明 |
---|---|
void |
ChartAlertValueGlyph.setValuAxisGlyph(NumberAxisGlyph axisGlyph)
设置绑定的值轴
|