How to change the pie chart Percentage colour I want To change the 33.33% in black colour
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
You can change it using option
pieSliceTextStyle
. For example:Note: that will change font color for all slices. See pie chart configuration options.
You can use also option
slices
with propertytextStyle
to set color for each slice differently: textStyle - Overrides the global pieSliceTextSlice for this slice.