Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经研究过,似乎无法找到是否可以将数据标签添加到 Dataviz 图表。我还没有看到一个实际展示它们的例子。这是可能的吗?
添加 Y 轴标签的示例:
var datapoint = new Bunifu.DataViz.DataPoint(Bunifu.DataViz.BunifuDataViz._type.Bunifu_line); datapoint.addLabely("SUN", r.Next(0, 100).ToString());