Vars
Plot plt;
Events
OnInit()
{
plt.setOption("text","font-size",15); //设置text系列值的字号为15
}
OnBar(ArrayRef<Integer> indexs)
plt.text("text",High,"高");
请问老师这个 高 字 颜色可以设置吗 如设定红色,怎么编写 TBQ3
plt.setOption("text","color",Red);
多谢