Class CategorySlice

java.lang.Object
com.orchestranetworks.addon.dqid.chart.CategorySlice

public class CategorySlice extends Object
Represents a label and a numerical value.
It can be used either as a slice inside a pie chart, or as a bar in a category bar chart.
See Also:
  • Constructor Details

    • CategorySlice

      public CategorySlice(com.onwbp.base.text.UserMessage label, double value)
      Creates a category slice with the specified label and numerical value.

      Note: The label is mandatory.