Value Slice Option

Draws a value slice in a pie chart.

Attributes

  • valueIndex
    • Defines which value has to be represented. In view of the nature of pie charts, you can only assign single values to value slices, no value sets.

Options:

  • style
    • Defines the style of the value slices. We do not recommended using different styles within one pie chart.
    • Available styles: plain | beveled | embossed | 3D
    • default: plain
  • color
    • Color of a value slice. If no color is set, default “VALUE_SET_COLOR” variables from a color scheme will be used.
    • Accepted values: color hex code (e.g. #87CEFA ), RGBA code (e.g rgba(135,205,250,1) ) or CSS color name (e.g. $LIGHTSKYBLUE )
    • default: deactivated

Example

<valueSlice>   
   <style>indent</style>
</valueSlice> 

All elements not affected by Value Slice Option have been grayed out.