QeeChart各组件属性说明解析.docVIP

  • 7
  • 0
  • 约1.62万字
  • 约 13页
  • 2016-10-16 发布于湖北
  • 举报
QeeChart各组件属性说明 配置文件方式如: ColumnChart paddingLeft=15 paddingTop=15 paddingRight=15 paddingBottom=15 title label=柱形图 style=font-size: 20; font-weight: bold; text-align:center; / xAxis CategoryAxis field=date / /xAxis yAxis NumericAxis baseAtZero=true numTicks=6 interval=300 minorInterval=100 decimal=0 / /yAxis series ColumnSeries field = value displayName = 成交量 backgroundColor=0xFF6600 / LineSeries field = price displayName = 价格 backgroundColor=0x66FF33 / /series Legend bottom=10 left=auto right=auto / /ColumnChart [2011-01-11更新] 新增序列分组配置, 如果以图表内图形有进行分组,可以通过如下配置完成 注:为兼容之前版本,xml配置中可以使用group,即没有group时图表默认为group的编号为0; LineChart paddingLeft=25 paddingTop=15 paddingRight=50 paddingBottom=15 title label=折线图 style=font-size: 20px; font-weight: bold; text-align:center; / xAxis labelSide=outer tickSide=outer wordWrap=false labelwidth=60 title label=类型 top=30 left=80 / CategoryAxis field=date interval=2 / /xAxis yAxis labelWidth=60 labelHeight=24 title label=单位% style=font-size: 20px; font-weight: bold; top=-30 left=30 / NumericAxis baseAtZero=false decimal=2 / /yAxis series group LineSeries field = price showTip=true / LineSeries field = vol showTip=true borderColor=0x6688FF / /group group LineSeries field = value showTip=true borderColor=0xFF6688 / /group /series Legend bottom=10 left=auto right=auto / /LineChart [2011-01-24更新] PieChart nameField=date paddingRight=600 paddingBottom=15 title label=饼图 style=font-size: 20px; font-weight: bold; text-align:center; / series PieSeries field=value showTip=true fillColors=0x00FF00,0xFF0000, 0xFFFFFF,0xFF00FF,0xFFFF00,0x00FFFF,0x99FF00,0xFF9900 / /series PieLegend top=40 bottom=auto left=auto right=0 labelFormat={date}: {value}% horizontal=false borderColor=0xedc060 borderAlpha=0.8 backgroundColor=0xf6e1c9 backgroundAlpha=0.8 / /PieChart ====================================================================== = 图表设置 = ===========================

文档评论(0)

1亿VIP精品文档

相关文档