【问题标题】:Add Total Label top of stacked bar/column in Shield UI Asp.net在 Shield UI Asp.net 中添加堆叠条/列顶部的总标签
【发布时间】:2017-03-08 20:56:43
【问题描述】:

我刚开始使用 Shield UI,我想在每个堆叠条上添加总标签。有任何想法吗?

谢谢!

【问题讨论】:

    标签: asp.net gridview datagrid shieldui


    【解决方案1】:

    好的,所以我想知道是否其他人也有类似的问题。我添加了一个空系列作为我的第一个系列。见下文:

    <cc1:ChartBarSeries >
       <Settings StackMode="Normal">
          <DataPointText Enabled="true" Color="white" Format="**{point.stackTotal}"** Y="-10"/>
       </Settings>
    </cc1:ChartBarSeries>
    

    【讨论】:

      猜你喜欢
      • 2023-02-21
      • 1970-01-01
      • 2020-11-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多