本指南演示了如何把 图例 中点取值的显示格式改变为百分比,并使用一个 饼图 作为示例。
要显示点参数和取值,并且把图例中的点取值显示为百分比,则执行下列操作。
-
在图表的 图象 中选中系列,并且在 属性 窗口中,展开 SeriesBase.LegendPointOptions 属性。
-
展开 SimplePointOptions.PercentOptions 属性,并确保 PercentOptions.ValueAsPercent 属性被启用 (默认启用)。
然后,展开 PointOptions.ValueNumericOptions 属性,并把 NumericOptions.Format 属性设置为 NumericFormat.Percent。
-
最后,把 PointOptions.PointView 属性 (在 SeriesBase.LegendPointOptions 属性中) 设置为 PointView.ArgumentAndValues。
另外,还可以指定百分比值的精度 (通过 PercentOptions.PercentageAccuracy 属性) 及其小数位数 (通过 NumericOptions.Precision 属性)。
在下面的插图中显示了结果。