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.
我想通过 Shinobi 绘制堆积柱形图。
请参考附加的屏幕截图以获取所需的图表。
谁能建议如何传递相同的数据点。
免责声明:我是 Shinobi Controls 的开发人员。
要让列堆叠,您需要为要堆叠的每一列创建一个系列。
要让系列堆叠,您必须将每个系列的“stackIndex”属性设置为相同的值。
例如,在您的图像中,您将需要 5 个 SChartColumnSeries,它们的“stackIndex”值设置为相同的值,比如说 1。
现在,您可以为每个系列添加一个 X 值相同但 Y 值不同的数据点。